Changeset ce34152 for Jenkins


Ignore:
Timestamp:
May 12, 2017, 11:15:17 AM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Added stages to jenkins test regen and fix parameter issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/TestRegen

    rc429ec2 rce34152  
    1010        try {
    1111
    12                 checkout scm
     12                stage('Checkout') {
     13                        checkout scm
     14                }
    1315
    14                 regen_tests('i386')
     16                stage('Building x86') {
     17                        regen_tests('i386')
     18                }
    1519
    16                 regen_tests('x86_64')
     20                stage('Building x64') {
     21                        regen_tests('x86_64')
     22                }
    1723
    18                 make_patch()
     24                stage('Patching') {
     25                        make_patch()
     26                }
    1927
    20                 email()
     28                stage('Email') {
     29                        email()
     30                }
    2131        }
    2232        catch (Exception caughtError) {
     
    3444                                        description: 'Who required the test',                                   \
    3545                                        name: 'pEmail',                                                                 \
    36                                         choices: 'gcc-6\ngcc-5\ngcc-4.9\nclang',                                        \
    37                                         defaultValue: 'gcc-6',                                                          \
    3846                                ],                                                                                              \
    3947                                [$class: 'StringParameterDefinition',                                           \
Note: See TracChangeset for help on using the changeset viewer.