This should work

This commit is contained in:
Telesphoreo 2022-04-07 01:16:22 -05:00
parent b7926830f0
commit 2d3f017c01
1 changed files with 1 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -12,9 +12,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true
javadoc javadocDir "build/docs/javadoc" {
javadoc keepAll false
}
javadoc javadocDir: 'build/docs/javadoc', keepAll: false
discordSend description: "Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL
deleteWs()
}