send email on master node

Former-commit-id: b363e112ef2fcd06de24cd203b366696371d80a4
This commit is contained in:
quicksilver 2019-07-10 17:46:29 +08:00
parent b4abf92d54
commit 7cabf0f1ea

View File

@ -234,7 +234,7 @@ spec:
post {
always {
script {
node('master') {
node {
def notify = load "${env.WORKSPACE}/ci/jenkinsfile/notify.groovy"
notify.notify()
}