
hudson.plugins.emailext.templates.text.jelly Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of email-ext Show documentation
Show all versions of email-ext Show documentation
Hudson Email Extension Plugin
The newest version!
GENERAL INFO
BUILD ${build.result}
Build URL: ${rooturl}${build.url}
Project: ${project.name}
Date of build: ${it.timestampString}
Build duration: ${build.durationString}
CHANGE SET
Revision ${entry.revision} by ${aUser.displayName}: ${entry.user}: (${entry.msgAnnotated})
change: ${p.editType.name} ${p.path}
No changes
ARTIFACTS
*${f}
MAVEN ARTIFACTS
${m.key.displayName}
*${f}
JUNIT RESULTS
Name: ${packageResult.getName()} Failed: ${packageResult.getFailCount()} test(s), Passed: ${packageResult.getPassCount()} test(s), Skipped: ${packageResult.getSkipCount()} test(s), Total: ${packageResult.getPassCount()+packageResult.getFailCount()+packageResult.getSkipCount()} test(s)
Failed: ${failed_test.getFullName()}
COBERTURA RESULTS
${coberturaResult.getName()}
${key} ${coberturaResult.getResults().get(key)} (${coberturaResult.getResults().get(key).getPercentage()}%)
By packages
${coberturaResult.getChild(child).getName()}
${childkey} ${coberturaResult.getChild(child).getResults().get(childkey)} (${coberturaResult.getChild(child).getResults().get(childkey).getPercentage()}%)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy