Changeset 4064107 for Jenkinsfile
- Timestamp:
- Jun 3, 2016, 11:34:00 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 371fd1b
- Parents:
- 8f6b229
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r8f6b229 r4064107 67 67 68 68 try { 69 // Prevent the build from exceeding 30 minutes70 timeout(30) {71 72 //Wrap build to add timestamp to command line73 wrap([$class: 'TimestamperBuildWrapper']) {69 // //Prevent the build from exceeding 30 minutes 70 // timeout(30) { 71 // 72 // //Wrap build to add timestamp to command line 73 // wrap([$class: 'TimestamperBuildWrapper']) { 74 74 75 75 //Compile using gcc-4.9 … … 77 77 build() 78 78 79 }80 }79 // } 80 // } 81 81 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.