From ff4f0a30c773d133fe5b9454956147150ddefca9 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Thu, 7 Apr 2022 00:19:47 -0500 Subject: [PATCH] it would help if there was better documentation --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0723f21..31f2b09 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,10 +12,8 @@ pipeline { post { always { archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true - javadoc { - javadocDir 'build/docs/javadoc' - keepAll false - } + javadoc javadocDir 'build/docs/javadoc' + javadoc keepAll false discordSend description: "Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL deleteWs() }