|
|
BUILD ${build.result} |
|
Build URL |
|
|
Project: |
${project.name} |
|
Date of build: |
${it.timestampString} |
|
Build duration: |
${build.durationString} |
|
Build cause: |
<%
for (hudson.model.Cause cause : build.causes) {
%>
${cause.shortDescription} <% } %> |
|
Build description: |
${build.description} |
|
Built on: |
${built_on} |
|
Total Builds: |
${total_builds} |
|
FAILURES: |
${total_failed} out of ${total_builds} builds FAILED! |
|
W |
Description |
Score |
|
|
${healthReport.description} |
${healthReport.score} |
<% for (hudson.scm.ChangeLogSet.Entry entry : cs) { hadChanges = true %>
by ${entry.author}
<% for (hudson.scm.ChangeLogSet.AffectedFile p : entry.affectedFiles) { %>|
${p.path} |
<% } if (hadChanges == false) { %>No Changes
|
${__val} - OK |
|
${__val} - FAILED. ${_failed_cnt} out of ${_total_cnt} failed to build! |
|
${__val} - OK |
|
${__val} - FAILED. ${_failed_cnt} out of ${_total_cnt} failed to build! |
A change you committed to a source repository MAY be
responsible for breaking a build.
Review the data below or follow the link below to review the output of the
build.
If your change was responsible for the build failure, fix ASAP.
If your change is not responsible, there is no need to respond to this email.
All developers with changes associated with this build failure will
continue to be notified until the build succeeds.
All developers that are notified of a build failure will be informed by
email when the build is once again successful.
Instructions to reproduce the build failure will follow.
|
Build Output: |
|
|
Reproduce: |
ARCH=${architecture} XENV=${toolchain_val} make |
<% } } } %>
Default Content form in the email-ext configuration, I'm using FILE like ${FILE, path="/home/../../email.html"}How are you using this in the project setup for email-ext?
--
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 jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/4819b18e-994f-4a68-845e-d2911b65834c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/66QcvqsV0c4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVc67TR%2BPc%3DNfQY9L2uKRfJ8x6AHRbQGJw5ptXpe8iL1DQ%40mail.gmail.com.
It looks like you are trying to use groovy templates, which means you need to use ${SCRIPT, template="yourfile.html"}
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAL6pM4n51wDvqTOKgyhr6y1VEUXANRw6wKWQB0ONqJh7-Vj9uQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVdOiRDX-XDh%3D0Oe%2BR%2B%3DrBVpXRj-j8oD8kqwqrK6XgceYQ%40mail.gmail.com.