Changeset ce34152
- Timestamp:
- May 12, 2017, 11:15:17 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- caa8f7b
- Parents:
- c429ec2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/TestRegen
rc429ec2 rce34152 10 10 try { 11 11 12 checkout scm 12 stage('Checkout') { 13 checkout scm 14 } 13 15 14 regen_tests('i386') 16 stage('Building x86') { 17 regen_tests('i386') 18 } 15 19 16 regen_tests('x86_64') 20 stage('Building x64') { 21 regen_tests('x86_64') 22 } 17 23 18 make_patch() 24 stage('Patching') { 25 make_patch() 26 } 19 27 20 email() 28 stage('Email') { 29 email() 30 } 21 31 } 22 32 catch (Exception caughtError) { … … 34 44 description: 'Who required the test', \ 35 45 name: 'pEmail', \ 36 choices: 'gcc-6\ngcc-5\ngcc-4.9\nclang', \37 defaultValue: 'gcc-6', \38 46 ], \ 39 47 [$class: 'StringParameterDefinition', \
Note: See TracChangeset
for help on using the changeset viewer.