Changes in / [7b2a786:1de50a9]
- File:
-
- 1 edited
-
Jenkins/Distribute (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
r7b2a786 r1de50a9 45 45 //If an exception is caught we need to change the status and remember to 46 46 //attach the build log to the email 47 catch (Exception caughtError) {47 // catch (Exception caughtError) { 48 48 // //rethrow error later 49 49 // err = caughtError … … 56 56 // //Store the result of the build log 57 57 // currentBuild.result = "${StageName} FAILURE".trim() 58 }58 // } 59 59 60 60 finally {
Note:
See TracChangeset
for help on using the changeset viewer.