Changeset cf2257f
- Timestamp:
- Dec 3, 2020, 8:58:21 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 1de50a9
- Parents:
- d29a394
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
rd29a394 rcf2257f 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.