forked from git_study
补充11
Jenkinsfile @@ -121,8 +121,10 @@ post { unsuccessful { script{ msg = "当前构建失败,\n提交人:${env.GIT_COMMIT_AUTHOR}\n提交信息:\n${env.GIT_COMMIT_MSG}\n 构建内网链接:${BUILD_URL}" echo $msg echo "$msg" } } } }