Changeset a9a1d06 for Jenkins/Distribute
- Timestamp:
- Dec 3, 2020, 9:20:04 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:
- 1ac1f0b
- Parents:
- 34dcc78c (diff), 6c9e0bc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
r34dcc78c ra9a1d06 32 32 SrcDir = pwd tmp: false 33 33 34 Tools. clean()34 Tools.Clean() 35 35 36 Tools. checkout( commit )36 Tools.Checkout( commit ) 37 37 } 38 38 … … 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.