From 498aa8f2fd323107c689002868158b3ab879a437 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Thu, 7 Apr 2022 00:11:59 -0500 Subject: [PATCH] I am an idiot --- Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7add7e9..0723f21 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,10 @@ pipeline { post { always { archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true - javadoc 'build/docs/javadoc' + 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() }