Merge branch 'main' of github.com:sartography/spiff-arena

This commit is contained in:
jasquat 2023-06-01 15:10:05 -04:00
commit 0c758f34da
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -83,10 +83,11 @@ pipeline {
}
} }
post {
success { script {
always { script {
if (params.DISCORD_WEBHOOK_CRED) {
def result = currentBuild.result.toLowerCase() ?: 'unknown'
discordNotify(
header: 'SpiffWorkflow Docker image published!',
header: "SpiffWorkflow Docker image build ${result}!",
cred: params.DISCORD_WEBHOOK_CRED,
)
}