Changeset 1e94036a


Ignore:
Timestamp:
Jul 11, 2016, 1:29:22 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, 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:
2514c2f7
Parents:
e66ef08
Message:

Jenkinsfile syntax documentation seems wrong on ChoiceParameter? syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    re66ef08 r1e94036a  
    180180                                                ],                                                              \
    181181                                                [$class: 'ChoiceParameterDefinition',                           \
    182                                                   choices: ['64-bit', '32-bit'],                                \
     182                                                  choices: '64-bit\n32-bit',                                    \
    183183                                                  description: 'The architecture to use for compilation',       \
    184184                                                  name: 'buildArchitecture'                                     \
Note: See TracChangeset for help on using the changeset viewer.