Changeset 90152a4 for Jenkins/FullBuild
- Timestamp:
- Aug 27, 2018, 4:40:34 PM (8 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- b7c89aa
- Parents:
- f9feab8 (diff), 305581d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
Jenkins/FullBuild (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
rf9feab8 r90152a4 21 21 gcc_5_x64: { trigger_build( 'gcc-5', 'x64', false ) }, 22 22 gcc_5_x86: { trigger_build( 'gcc-5', 'x86', false ) }, 23 gcc_4_x64: { trigger_build( 'gcc-4.9', 'x64', false ) },24 gcc_4_x86: { trigger_build( 'gcc-4.9', 'x86', false ) },25 23 clang_x64: { trigger_build( 'clang', 'x64', false ) }, 26 24 clang_x86: { trigger_build( 'clang', 'x86', false ) }, … … 63 61 parameters: [ \ 64 62 [$class: 'StringParameterValue', \ 65 name: ' pCompiler', \63 name: 'Compiler', \ 66 64 value: cc], \ 67 65 [$class: 'StringParameterValue', \ 68 name: ' pArchitecture', \66 name: 'Architecture', \ 69 67 value: arch], \ 70 68 [$class: 'BooleanParameterValue', \ 71 name: ' pRunAllTests',\69 name: 'RunAllTests', \ 72 70 value: true], \ 73 71 [$class: 'BooleanParameterValue', \ 74 name: ' pRunBenchmark', \72 name: 'RunBenchmark', \ 75 73 value: true], \ 76 74 [$class: 'BooleanParameterValue', \ 77 name: ' pBuildDocumentation', \75 name: 'BuildDocumentation', \ 78 76 value: true], \ 79 77 [$class: 'BooleanParameterValue', \ 80 name: ' pPublish', \81 value: publish], \78 name: 'Publish', \ 79 value: publish], \ 82 80 [$class: 'BooleanParameterValue', \ 83 name: ' pSilent', \81 name: 'Silent', \ 84 82 value: true], \ 85 83 ], \ … … 89 87 90 88 if(result.result != 'SUCCESS') { 91 sh("wget -q -O - ${result.absoluteUrl}/consoleText")89 sh("wget -q -O - http://localhost:8084/jenkins/job/Cforall/job/master/${result.number}/consoleText") 92 90 error(result.result) 93 91 }
Note:
See TracChangeset
for help on using the changeset viewer.