<!DOCTYPE HTML><HTML><Head><MetaCharSet= "UTF-8"><title>${env, var= "Job_name"}-${build_number} times build Log</title></Head><BodyLeftMargin= "8"marginwidth= "0"TopMargin= "8"marginheight= "4"Offset= "0"> <Tablewidth= "95%"cellpadding= "0"cellspacing= "0"style= "font-size:11pt; font-family:tahoma, Arial, Helvetica, Sans-serif"> <TR> <TD>(This email is automatically issued by the program, do not reply!) )</TD> </TR> <TR> <TD><H2> <FontColor= "#0000FF">Build Result-${build_status}</Font> </H2></TD> </TR> <TR> <TD><BR/> <b><FontColor= "#0B610B">Building information</Font></b> <HRsize= "2"width= "100%"Align= "Center" /></TD> </TR> <TR> <TD> <ul> <Li>Project name : ${project_name}</Li> <Li>Build number : Section ${build_number} times built</Li> <Li>Svn Version: ${svn_revision}</Li> <Li>Trigger Reason: ${cause}</Li> <Li>Build log: <ahref= "${build_url}console">${build_url}console</a></Li> <Li>Build Url : <ahref= "${build_url}">${build_url}</a></Li> <Li>Working directory : <ahref= "${project_url}ws">${project_url}ws</a></Li> <Li>Project Url : <ahref= "${project_url}">${project_url}</a></Li> </ul> </TD> </TR> <TR> <TD><b><FontColor= "#0B610B">changes Since Last successful Build:</Font></b> <HRsize= "2"width= "100%"Align= "Center" /></TD> </TR> <TR> <TD> <ul> <Li>History Change Record:<ahref= "${project_url}changes">${project_url}changes</a></Li> </ul>${changes_since_last_success,reverse=true, format= "Changes for Build #%n:<BR/>%c<BR/>", showpaths=true,changesformat="<Pre>[%a]<BR/>%m</Pre>", pathformat=" %p "}</TD> </TR> <TR> <TD><b>Failed Test Results</b> <HRsize= "2"width= "100%"Align= "Center" /></TD> </TR> <TR> <TD><Prestyle= "font-size:11pt; font-family:tahoma, Arial, Helvetica, Sans-serif">$FAILED _tests</Pre> <BR/></TD> </TR> <TR> <TD><b><FontColor= "#0B610B">Build log (last 100 lines):</Font></b> <HRsize= "2"width= "100%"Align= "Center" /></TD> </TR> <!--<tr> <td>test Logs (if Test has ran): <a href= "${project_url}ws/testresult/a Rchive_logs/log-build-${build_number}.zip ">${project_url}/ws/testresult/archive_logs/log-build-${build_ number}.zip</a> <br/> <br/> </td> </tr> - <TR> <TD><textareacols= "a"rows= "+"ReadOnly= "ReadOnly"style= "Font-family:courier New">${build_log, maxlines=100}</textarea> </TD> </TR> </Table></Body></HTML>
Jenkins Email notification HTML Magic Board