From 95bc3203117eb8427abb86f28934ce0b3299597d Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 3 Feb 2022 19:23:35 -0300 Subject: [PATCH] Jenkins: Add GitHub links to Discord notification --- .ci/Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 55f1311d7..003dfd451 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -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 {