diff options
| author | tgrogers <[email protected]> | 2019-06-03 09:31:57 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-06-03 09:31:57 -0400 |
| commit | 2cd52797c6669f27a51d8758de07ffe697aad6f1 (patch) | |
| tree | 05c03b38d3e6a4b74bae743ff574246cccfaad76 /groovy-html.success.template | |
| parent | e12b464cd7b29841b67a8dd9ff58d1337208e855 (diff) | |
Cutting the build to quickly test emails
Diffstat (limited to 'groovy-html.success.template')
| -rw-r--r-- | groovy-html.success.template | 64 |
1 files changed, 17 insertions, 47 deletions
diff --git a/groovy-html.success.template b/groovy-html.success.template index 37d3e65..7d30edf 100644 --- a/groovy-html.success.template +++ b/groovy-html.success.template @@ -54,55 +54,25 @@ </STYLE> <BODY> <!-- BUILD RESULT --> - <table class="section"> - <tr class="tr-title"> - <td class="td-title-main" colspan=2> - BUILD ${build.result ?: 'COMPLETED'} - </td> - </tr> - <tr> - <td>URL:</td> - <td><A href="${rooturl}${build.url}">${rooturl}${build.url}</A></td> - </tr> - <tr> - <td>Project:</td> - <td>${project.name}</td> - </tr> - <tr> - <td>Date:</td> - <td>${it.timestampString}</td> - </tr> - <tr> - <td>Duration:</td> - <td>${build.durationString}</td> - </tr> - <tr> - <td>Cause:</td> - <td><% build.causes.each() { cause -> %> ${cause.shortDescription} <% } %></td> - </tr> - </table> - <br/> - <!-- - Changes since last commit: + <p> + Changes since last commit: + https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/deltas/9.1 + https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/deltas/4.2 + + Correlation: + 4.2: + $CORREL_4.2 + + https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/gtx480-cycles.html.GTX480-PTXPLUS.GTX480.html + https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/gtx480-cycles.html.GTX480-PTXPLUS.GTX480.appincluded.txt - https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/deltas/9.1 - https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/deltas/4.2 + 9.1: - Correlation: - 4.2: + $CORREL_9.1 - $CORREL_4.2 + https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/titanv-cycles.html.TITANV.html + https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/titanv-cycles.html.TITANV.appincluded.txt - https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/gtx480-cycles.html.GTX480-PTXPLUS.GTX480.html - https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/gtx480-cycles.html.GTX480-PTXPLUS.GTX480.appincluded.txt - - 9.1: - - $CORREL_9.1 - - https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/titanv-cycles.html.TITANV.html - https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR/${BUILD_NUMBER}/titanv-cycles.html.TITANV.appincluded.txt - - See ${BUILD_URL} for full build detials. - --> + See ${BUILD_URL} for full build detials. + </p> </BODY> |
