mirror of
https://github.com/corda/corda.git
synced 2025-02-22 18:12:53 +00:00
INFRA-1743 Activate C4 email notifications Open source and Ent
This commit is contained in:
parent
44c3ab169f
commit
ae0bf74505
16
.ci/dev/regression/Jenkinsfile
vendored
16
.ci/dev/regression/Jenkinsfile
vendored
@ -409,6 +409,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 {
|
cleanup {
|
||||||
deleteDir() /* clean up our workspace */
|
deleteDir() /* clean up our workspace */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user