Hi,
I have use the Jelly template to re enable most of our email content, 
except 2 things I still cannot do, the revision change set and the warnings 
counts (the later is not too bad, we are moving to warnings as errors 
anyway).

Any body have a way to access the scm changeSet into the pipeline emailext 
template?

I tried without any luck:

   - ${build.changeSet}
   - ${build.changeSets}
   - ${currentBuild.changeSets}
   - ${manager.build.changeSets}
   - ${manager.build.changeSet}
   
the console log are accessible with ${build.getLog()}
the artifacts are with ${build.artifacts}

The warning were:
${WARNINGS_RESULT()}
${WARNINGS_COUNT()}
${WARNINGS_NEW()}
${WARNINGS_FIXED()}

but now if used they generate a jelly parsing error.

if any body have any tips or info on this I would be glad,
Thanks
Jerome

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/05c11b76-e9a9-4fe7-ab19-94410a2d0708%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to