Commit aebfcbbd by Administrator

声明式脚本,添加企业微信通知信息。

parent 2111638c
Pipeline #95 failed with stage
in 0 seconds
......@@ -26,7 +26,7 @@ pipeline {
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 张金晓 -c 代码检测通过"
}
failure {
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 张金晓 -c 代码检测失败,请登陆sonar查看项目失败信息。"
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 张金晓 -c 代码检测未通过,请登陆sonar查看项目质量信息。"
}
}
......
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