From 7e3c48536a0cff063a3649f55ff0e0f4e3fc28b3 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Thu, 7 Apr 2022 00:07:26 -0500 Subject: [PATCH] So this is what it is --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }