Fix another Jenkins Discord notification parameter
This commit is contained in:
1
.ci/Jenkinsfile
vendored
1
.ci/Jenkinsfile
vendored
@@ -143,6 +143,7 @@ pipeline {
|
|||||||
discordSend webhookURL: DISCORD_WEBHOOK_URL,
|
discordSend webhookURL: DISCORD_WEBHOOK_URL,
|
||||||
title: "${env.JOB_BASE_NAME} #${env.BUILD_NUMBER}",
|
title: "${env.JOB_BASE_NAME} #${env.BUILD_NUMBER}",
|
||||||
link: env.BUILD_URL,
|
link: env.BUILD_URL,
|
||||||
|
result: currentBuild.currentResult,
|
||||||
description: "**Status:** ${result}\n\u2060", /* word joiner character forces a blank line */
|
description: "**Status:** ${result}\n\u2060", /* word joiner character forces a blank line */
|
||||||
enableArtifactsList: false,
|
enableArtifactsList: false,
|
||||||
showChangeset: true
|
showChangeset: true
|
||||||
|
Reference in New Issue
Block a user