Commit 2111638c by Administrator

Update Jenkinsfile

parent 9374d3a9
Pipeline #94 failed with stage
in 0 seconds
...@@ -21,6 +21,15 @@ pipeline { ...@@ -21,6 +21,15 @@ pipeline {
waitForQualityGate abortPipeline: true waitForQualityGate abortPipeline: true
} }
} }
post {
success {
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 张金晓 -c 代码检测通过"
}
failure {
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 张金晓 -c 代码检测失败,请登陆sonar查看项目失败信息。"
}
}
} }
} }
} }
\ No newline at end of file
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