diff --git a/Jenkinsfile b/Jenkinsfile index cc3b980..fefe277 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,8 +12,7 @@ pipeline { post { always { archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true - javadoc { - javadocDir "build/docs/javadoc", + javadoc javadocDir "build/docs/javadoc" { javadoc keepAll false } discordSend description: "Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL