Changeset 65f4a51 for Jenkinsfile
- Timestamp:
- Jan 24, 2019, 5:08:46 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 8f99233
- Parents:
- 929ac64
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r929ac64 r65f4a51 411 411 catch (Exception caughtError) { 412 412 err = caughtError //rethrow error later 413 sh 'cat *.log'413 sh 'cat build/*.log' 414 414 } 415 415 finally {
Note: See TracChangeset
for help on using the changeset viewer.