mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
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,
|
||||
title: "${env.JOB_BASE_NAME} #${env.BUILD_NUMBER}",
|
||||
link: env.BUILD_URL,
|
||||
result: currentBuild.currentResult,
|
||||
description: "**Status:** ${result}\n\u2060", /* word joiner character forces a blank line */
|
||||
enableArtifactsList: false,
|
||||
showChangeset: true
|
||||
|
||||
Reference in New Issue
Block a user