send email on master node

Former-commit-id: a20a534b6b0411188e26fdccb8becb6508d1b8ba
This commit is contained in:
quicksilver 2019-07-10 17:46:29 +08:00 committed by jinhai
parent 5e023cd47b
commit fe085bc56d

View File

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