Changes in Jenkins/FullBuild [e109716:155cce0f]
- File:
-
- 1 edited
-
Jenkins/FullBuild (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
re109716 r155cce0f 99 99 //attach the build log to the email 100 100 catch (Exception caughtError) { 101 echo('error caught')102 103 101 //rethrow error later 104 102 err = caughtError … … 124 122 //Email notification on a full build failure 125 123 def promote_email(String status) { 126 echo('notifying users')127 128 124 //Since tokenizer doesn't work, figure stuff out from the environnement variables and command line 129 125 //Configurations for email format
Note:
See TracChangeset
for help on using the changeset viewer.