提交 5e023cd4 编写于 作者: Q quicksilver 提交者: jinhai

send email on master node


Former-commit-id: 7eaec56894b5dbab27bc7971aace3d5dfc0687c5
上级 618705f6
......@@ -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.
先完成此消息的编辑!
想要评论请 注册