Changeset 782d479 for Jenkins


Ignore:
Timestamp:
Dec 3, 2020, 8:32:25 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
f78ead5
Parents:
4b138dd
Message:

Changed parameter from int to string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Distribute

    r4b138dd r782d479  
    109109                [$class: 'ParametersDefinitionProperty',                                                                \
    110110                        parameterDefinitions: [                                                                         \
    111                                 [$class: 'IntergerParameterDefinition',                                         \
    112                                         description: 'The build number to put in the version',          \
     111                                [$class: 'StringParameterDefinition',                                           \
     112                                        description: 'The build to put in the version',                         \
    113113                                        name: 'Build',                                                                  \
     114                                        defaultValue: '',                                                               \
    114115                                ],                                                                                              \
    115116                        ],
Note: See TracChangeset for help on using the changeset viewer.