CCM NG: Typo in Jenkinsfile
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@6015 8810af33-2d31-482b-a856-94f89814c4df
Former-commit-id: d5278dc203
pull/2/head
parent
b5fb55801f
commit
f1accc9783
|
|
@ -22,12 +22,12 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
mail to: 'developers@scientificcms.org',
|
mail to: 'developers@scientificcms.org',
|
||||||
subject: "${currentBuild.fullDisplayName} was successful"
|
subject: "${currentBuild.fullDisplayName} was successful",
|
||||||
body: "Build ${env.BUILD_URL} was successful."
|
body: "Build ${env.BUILD_URL} was successful."
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
mail to: 'developers@scientificcms.org',
|
mail to: 'developers@scientificcms.org',
|
||||||
subject: "${currentBuild.fullDisplayName} FAILED!!!"
|
subject: "${currentBuild.fullDisplayName} FAILED!!!",
|
||||||
body: "Build ${env.BUILD_URL} failed."
|
body: "Build ${env.BUILD_URL} failed."
|
||||||
}
|
}
|
||||||
always {
|
always {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue