diff --git a/Jenkinsfile b/Jenkinsfile index 959af6e..7add7e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { post { always { archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true - javadocDir 'build/docs/javadoc' + javadoc 'build/docs/javadoc' discordSend description: "Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL deleteWs() }