altri parametri

This commit is contained in:
Samuele E. Locatelli
2017-04-12 14:17:32 +02:00
parent 068162e660
commit 202dcc93ac
Vendored
+5
View File
@@ -6,11 +6,16 @@ pipeline {
description: 'Creare Installers? [ALL|ETS|SPS|NONE]',
name: 'MAKE_INST')*/
booleanParam(defaultValue: true, description: 'Make installers?', name: 'makeInst')
string(defaultValue: "TEST", description: 'What environment?', name: 'userFlag')
// choices are newline separated
choice(choices: 'US-EAST-1\nUS-WEST-2', description: 'What AWS region?', name: 'region')
}
stages {
stage('Checkout') {
steps {
echo "flag: ${params.makeInst}"
echo "flag: ${params.userFlag}"
echo "flag: ${params.region}"
/* build delle SteamWare libs! */
/*build 'SteamWare/SteamWareLib'*/
/* copio le libs...*/