Fix the javadoc jenkins archive

This commit is contained in:
Endolf 2018-05-24 21:57:01 +01:00
parent 5b799195e3
commit 771499a7ca

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: 'coreAPI/target/apidocs', fingerprint: true
archiveArtifacts artifacts: 'coreAPI/target/apidocs/**/*', fingerprint: true
}
}
}