Changeset 90152a4 for Jenkins/FullBuild


Ignore:
Timestamp:
Aug 27, 2018, 4:40:34 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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.
Message:

Merge branch 'master' into cleanup-dtors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    rf9feab8 r90152a4  
    2121                                        gcc_5_x64: { trigger_build( 'gcc-5',   'x64', false ) },
    2222                                        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 ) },
    2523                                        clang_x64: { trigger_build( 'clang',   'x64', false ) },
    2624                                        clang_x86: { trigger_build( 'clang',   'x86', false ) },
     
    6361                parameters: [                                           \
    6462                        [$class: 'StringParameterValue',                \
    65                           name: 'pCompiler',                            \
     63                          name: 'Compiler',                             \
    6664                          value: cc],                                   \
    6765                        [$class: 'StringParameterValue',                \
    68                           name: 'pArchitecture',                        \
     66                          name: 'Architecture',                         \
    6967                          value: arch],                                 \
    7068                        [$class: 'BooleanParameterValue',               \
    71                           name: 'pRunAllTests',                         \
     69                          name: 'RunAllTests',                          \
    7270                          value: true],                                         \
    7371                        [$class: 'BooleanParameterValue',               \
    74                           name: 'pRunBenchmark',                        \
     72                          name: 'RunBenchmark',                         \
    7573                          value: true],                                         \
    7674                        [$class: 'BooleanParameterValue',               \
    77                           name: 'pBuildDocumentation',          \
     75                          name: 'BuildDocumentation',           \
    7876                          value: true],                                         \
    7977                        [$class: 'BooleanParameterValue',               \
    80                           name: 'pPublish',                             \
    81                           value: publish],                                      \
     78                          name: 'Publish',                              \
     79                          value: publish],                              \
    8280                        [$class: 'BooleanParameterValue',               \
    83                           name: 'pSilent',                              \
     81                          name: 'Silent',                               \
    8482                          value: true],                                         \
    8583                ],                                                              \
     
    8987
    9088        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")
    9290                error(result.result)
    9391        }
Note: See TracChangeset for help on using the changeset viewer.