mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
INFRA-1743 Activate C4 email notifications Open source and Ent
This commit is contained in:
parent
648f4cf397
commit
682aa43f97
16
.ci/dev/regression/Jenkinsfile
vendored
16
.ci/dev/regression/Jenkinsfile
vendored
@ -382,6 +382,22 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
failure {
|
||||
script {
|
||||
def statusSymbol = '\u274c'
|
||||
if (isReleaseTag || isReleaseBranch || isReleaseCandidate) {
|
||||
emailext subject: "$statusSymbol " + '$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!',
|
||||
body: '${SCRIPT, template="groovy-html.template"}',
|
||||
recipientProviders: [
|
||||
[$class: 'CulpritsRecipientProvider'],
|
||||
[$class: 'RequesterRecipientProvider']
|
||||
],
|
||||
mimeType: 'text/html',
|
||||
replyTo: '$DEFAULT_REPLYTO',
|
||||
to: "adel.el-beik@r3.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
cleanup {
|
||||
deleteDir() /* clean up our workspace */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user