Jenkins: Make Discord commit browser URL a variable
This commit is contained in:
3
.ci/Jenkinsfile
vendored
3
.ci/Jenkinsfile
vendored
@@ -16,6 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
def repository = 'https://github.com/86Box/86Box.git'
|
def repository = 'https://github.com/86Box/86Box.git'
|
||||||
|
def commitBrowser = 'https://github.com/86Box/86Box/commit/%s'
|
||||||
def branch = 'master'
|
def branch = 'master'
|
||||||
|
|
||||||
def osArchs = [
|
def osArchs = [
|
||||||
@@ -278,7 +279,7 @@ pipeline {
|
|||||||
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,
|
||||||
scmWebUrl: "https://github.com/86Box/86Box/commit/%s"
|
scmWebUrl: commitBrowser
|
||||||
|
|
||||||
/* Notify IRC, which needs a node for whatever reason. */
|
/* Notify IRC, which needs a node for whatever reason. */
|
||||||
node {
|
node {
|
||||||
|
Reference in New Issue
Block a user