Fix formatting
This commit is contained in:
parent
61e705b088
commit
880108d344
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -19,8 +19,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('discord') {
|
stage('discord') {
|
||||||
steps {
|
steps {
|
||||||
discordSend
|
discordSend description: "Build: ${BUILD_NUMBER}", showChangeset: true, result: currentBuild.currentResult, title: currentBuild.fullProjectName, webhookURL: env.discordwebhook
|
||||||
description: "Build: ${BUILD_NUMBER}", showChangeset: true, result: currentBuild.currentResult, title: currentBuild.fullProjectName, webhookURL: env.discordwebhook
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user