Commit 444bc287 by chenweitao

Merge branch 'master' into 'mlbWork'

Master

See merge request !26
parents e6bd1c94 a9573994
...@@ -8,12 +8,12 @@ pipeline { ...@@ -8,12 +8,12 @@ pipeline {
} }
post { post {
success { success {
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 张志伟 -c 项目编译成功进行下一阶段" sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 马黎滨 -c 项目编译成功进行下一阶段"
} }
failure { failure {
step([$class: 'Mailer', step([$class: 'Mailer',
notifyEveryUnstableBuild: true, notifyEveryUnstableBuild: true,
recipients: "zhangzhiwei@zhiweidata.com", recipients: "malibin@zhiweidata.com",
sendToIndividuals: true]) sendToIndividuals: true])
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment