I use a jelly script with email-ext plugin to trigger mail in html 
template. Currently I am hard coding the build.getLog() value, so remaining 
lines it will truncate.
Is there a way I can get the total line of console output and pass to 
build.getLog()

<!-- CONSOLE OUTPUT -->

<j:getStatic var="resultFailure" field="FAILURE" 
className="hudson.model.Result"/>
<j>
<TABLE width="100%" cellpadding="0" cellspacing="0">
<TR><TD class="bg1"><B>!!!!! PUPPET-LINT WARNINGS !!!!!</B></TD></TR>
<j:forEach var="line" items="${build.getLog(1000)}"><TR><TD 
class="bg3">${line}</TD></TR></j:forEach>
</TABLE>
<BR/>
</j>

Thanks,
M

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to