mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-25 11:46:38 +01:00
Javadoc archiving isn't working
and has issues on slave nodes
This commit is contained in:
parent
9736fac44e
commit
8b05ce4b92
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -38,11 +38,6 @@ 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