Commit 6f3b50b7 by chenweitao

Merge branch 'working' into 'master'

发布文件修改

See merge request !78
parents 0324a347 09dbdf69
......@@ -24,12 +24,12 @@ pipeline {
}
post {
success {
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 马黎滨 -c 项目编译成功进行下一阶段"
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 陈炜涛 -c 项目编译成功进行下一阶段"
}
failure {
step([$class: 'Mailer',
notifyEveryUnstableBuild: true,
recipients: "malibin@zhiweidata.com",
recipients: "chenweitao@zhiweidata.com",
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