Changeset 84f53b4
- Timestamp:
- May 31, 2016, 11:26:49 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:
- 76c5d6e, b287f67
- Parents:
- 1e44b60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r1e44b60 r84f53b4 30 30 stage_name = 'Test' 31 31 32 dir ('src/example ') {32 dir ('src/examples') { 33 33 sh './runTests.sh' 34 34 } … … 44 44 currentBuild.result = "FAILURE" 45 45 46 switch(stage ) {46 switch(stage_name) { 47 47 case 'Test' : 48 48 currentBuild.result = "TEST FAILURE"
Note: See TracChangeset
for help on using the changeset viewer.