From 974a5cbe2b1188411c449aca554725f6daa66add Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Thu, 7 Apr 2022 16:19:45 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 25cdc36..e590843 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { always { archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true javadoc javadocDir: 'build/docs/javadoc', keepAll: false - discordSend description: 'Build: env.BUILD_NUMBER', enableArtifactsList: true, footer: 'Built with Jenkins', link: 'env.BUILD_URL', result: currentBuild.currentResult, scmWebUrl: 'https://github.com/plexusorg/Plex', showChangeset: true, title: 'env.JOB_NAME', webhookURL: env.PLEX_WEBHOOK_URL + discordSend description: 'Build: ${}BUILD_NUMBER}', enableArtifactsList: true, footer: 'Built with Jenkins', link: env.BUILD_URL, result: currentBuild.currentResult, scmWebUrl: 'https://github.com/plexusorg/Plex', showChangeset: true, title: env.JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL cleanWs() } }