Update Jenkinsfile

This commit is contained in:
Joseph Robinson
2020-05-16 14:34:32 -07:00
committed by GitHub
parent dac220f206
commit 03db17b2b0

2
Jenkinsfile vendored
View File

@@ -28,7 +28,7 @@ git submodule update --init --recursive'''
stage('Report') {
steps {
discordSend(
description: "**Build:** [${currentBuild.id}](${env.BUILD_URL})\n**Status:** [${currentBuild.currentResult}](${env.BUILD_URL})",
description: "**Build:** [${currentBuild.id}](${env.BUILD_URL})\n**Status:** [${currentBuild.currentResult}](${env.BUILD_URL})\n\n**Changes:**```\n' + getChanges(currentBuild) + '\n```",
footer: "JosephWorks Jenkins Server",
link: env.BUILD_URL,
result: currentBuild.currentResult,