Changeset 32f17dc


Ignore:
Timestamp:
Jun 8, 2016, 1:11:49 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
c9986e8
Parents:
9e5f409
Message:

testing default values of properties in Jenkins file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r9e5f409 r32f17dc  
    102102                                                  defaultValue: false,                                          \
    103103                                                  description: 'If true, the build will be promoted to the do-lang git repository (on successful builds only)', \
    104                                                   name: 'promote_build'                                         \
     104                                                  name: 'promoteBuild2DoLang'                           \
    105105                                                ]]                                                                      \
    106106                                        ]])
    107107
    108                                 if(promote_build)
    109                                 {
    110                                         echo 'FULL BUILD'
    111                                 }
     108                                echo "FULL BUILD = ${promoteBuild2DoLang}"
    112109
    113110                                //Compile using gcc-4.9
Note: See TracChangeset for help on using the changeset viewer.