diff --git a/Jenkinsfile b/Jenkinsfile index fefe277..ed47dd2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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() }