-
Notifications
You must be signed in to change notification settings - Fork 0
邮件模板
zhaoying818 edited this page May 9, 2017
·
1 revision
<title>${ENV, var="JOB_NAME"}-第${BUILD_NUMBER}次构建日志</title>
(说明:本邮件由系统自动生成,请勿回复!)
构建信息 |
|
Changes Since Last
Successful Build:
|
%c ",showPaths=true,changesFormat=" [%a]",pathFormat=" %p"} |
Failed Test Results
|
$FAILED_TESTS |
构建日志 (最后 100行):
|
<textarea cols="80" rows="30" readonly="readonly" style="font-family: Courier New">${BUILD_LOG, maxLines=100}</textarea> |
(说明:本邮件由系统自动生成,请勿回复!)
参考:http://blog.csdn.net/lakers_kobebryant/article/details/39290051