Changeset 1b3eef8 for Jenkins/FullBuild


Ignore:
Timestamp:
May 1, 2019, 2:04:44 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Children:
734014e
Parents:
98d4df9
Message:

Fixed some mistakes into which builds are published

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r98d4df9 r1b3eef8  
    1717
    1818                                parallel (
    19                                         gcc_6_x64: { trigger_build( 'gcc-6',   'x64', true ) },
    20                                         gcc_6_x86: { trigger_build( 'gcc-6',   'x86', true ) },
    21                                         gcc_5_x64: { trigger_build( 'gcc-5',   'x64', false ) },
    22                                         gcc_5_x86: { trigger_build( 'gcc-5',   'x86', false ) },
    23                                         clang_x64: { trigger_build( 'clang',   'x64', false ) },
    24                                         clang_x86: { trigger_build( 'clang',   'x86', false ) },
     19                                        gcc_6_x64: { trigger_build( 'gcc-6',   'x64' ) },
     20                                        gcc_6_x86: { trigger_build( 'gcc-6',   'x86' ) },
     21                                        gcc_5_x64: { trigger_build( 'gcc-5',   'x64' ) },
     22                                        gcc_5_x86: { trigger_build( 'gcc-5',   'x86' ) },
     23                                        clang_x64: { trigger_build( 'clang',   'x64' ) },
     24                                        clang_x86: { trigger_build( 'clang',   'x86' ) },
    2525                                )
    2626                        }
     
    7676                        [$class: 'BooleanParameterValue',               \
    7777                          name: 'Publish',                              \
    78                           value: publish],                              \
     78                          value: true],                                 \
    7979                        [$class: 'BooleanParameterValue',               \
    8080                          name: 'Silent',                               \
Note: See TracChangeset for help on using the changeset viewer.