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