提交 b4abf92d 编写于 作者: Q quicksilver

send email on master node


Former-commit-id: 07518d892cb27efe82ac4d181594a31a67795e79
上级 72ffedeb
......@@ -234,8 +234,10 @@ spec:
post {
always {
script {
def notify = load "${env.WORKSPACE}/ci/jenkinsfile/notify.groovy"
notify.notify()
node('master') {
def notify = load "${env.WORKSPACE}/ci/jenkinsfile/notify.groovy"
notify.notify()
}
}
}
success {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册