Changeset 852ae0ea for Jenkinsfile
- Timestamp:
- Dec 17, 2020, 10:36:47 AM (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:
- 28c35e2
- Parents:
- 7a70fb2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r7a70fb2 r852ae0ea 54 54 //attach the build log to the email 55 55 catch (Exception caughtError) { 56 //An error has occured, the build log is relevent 57 log_needed = true 58 59 //Store the result of the build log 60 currentBuild.result = "${tools.StageName} FAILURE".trim() 61 56 62 //rethrow error later 57 63 err = caughtError 58 64 65 echo "Error caught, status: ${currentBuild.result}" 59 66 echo err.toString() 60 61 //An error has occured, the build log is relevent62 log_needed = true63 64 //Store the result of the build log65 currentBuild.result = "${tools.StageName} FAILURE".trim()66 67 } 67 68
Note: See TracChangeset
for help on using the changeset viewer.