diff --git a/Jenkinsfile b/Jenkinsfile index ed47dd2..7486006 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true 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() + cleanWs() } } } \ No newline at end of file