mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-25 03:35:16 +01:00
Whoops, publish javadocs
This commit is contained in:
parent
8e2c16db7a
commit
9736fac44e
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -38,6 +38,11 @@ pipeline {
|
||||
always {
|
||||
junit 'target/surefire-reports/*.xml'
|
||||
jacoco(execPattern: '**/**.exec', classPattern: '**/classes', sourcePattern: '**/src/main/java')
|
||||
step([
|
||||
$class: 'JavadocArchiver',
|
||||
javadocDir: 'target/site/apidocs',
|
||||
keepAll: true
|
||||
])
|
||||
archiveArtifacts artifacts: 'target/*.jar', fingerprint: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user