Commit 35e85d01 by Administrator

Update Jenkinsfile

parent 2bb664cb
Pipeline #82 passed with stage
in 4 seconds
...@@ -6,14 +6,6 @@ node { ...@@ -6,14 +6,6 @@ node {
withSonarQubeEnv('sonar') { withSonarQubeEnv('sonar') {
sh "${sonarqubeScannerHome}/bin/sonar-scanner" sh "${sonarqubeScannerHome}/bin/sonar-scanner"
} }
post {
success {
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 张金晓 -c 项目未检查出bug等问题,开始编译发布。"
}
failure {
sh "/usr/local/bin/workwechatctl -p ${env.JOB_NAME} -n 张金晓 -c 项目已检查出bug等问题,请登陆gitlab查看bug信息。"
}
}
} }
} }
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