Jenkins: Add GitHub links to Discord notification

This commit is contained in:
RichardG867
2022-02-03 19:23:35 -03:00
parent 27589cbbc5
commit 95bc320311

3
.ci/Jenkinsfile vendored
View File

@@ -271,7 +271,8 @@ pipeline {
result: currentBuild.currentResult,
description: "**Status:** ${result}\n\u2060", /* word joiner character forces a blank line */
enableArtifactsList: false,
showChangeset: true
showChangeset: true,
scmWebUrl: "https://github.com/86Box/86Box/commit/%s"
/* Notify IRC, which needs a node for whatever reason. */
node {