fix syntax error
This commit is contained in:
parent
d6e050ecf9
commit
c147d35546
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -25,9 +25,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Failed', notifySuspects: true, targets: "${CHAT}"
|
jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Failed', notifySuspects: true, targets: "${CHAT}"
|
||||||
mail to: "${MAIL}"
|
mail to: "${MAIL}",
|
||||||
// subject: "Build Failed: ${currentBuild.fullDisplayName}",
|
subject: "Build Failed: ${currentBuild.fullDisplayName}",
|
||||||
// body: "Something is wrong with ${env.BUILD_URL}"
|
body: "Something is wrong with ${env.BUILD_URL}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue