Re: 2.0 Pipeline - input step with choice param fails

2016-05-04 Thread Lionel Orellana
Cool. Gracias. On 4 May 2016 at 18:43, Antonio Muñiz wrote: > > On Sun, May 1, 2016 at 4:21 PM, Lionel Orellana > wrote: > >> Any ideas? > > > Filed https://issues.jenkins-ci.org/browse/JENKINS-34590 (there is a > workaround in a comment). > > > -- >

Re: 2.0 Pipeline - input step with choice param fails

2016-05-04 Thread Antonio Muñiz
On Sun, May 1, 2016 at 4:21 PM, Lionel Orellana wrote: > Any ideas? Filed https://issues.jenkins-ci.org/browse/JENKINS-34590 (there is a workaround in a comment). -- Antonio Muñiz Software Engineer CloudBees, Inc. -- You received this message because you are subscribed

2.0 Pipeline - input step with choice param fails

2016-05-01 Thread Lionel Orellana
Hello I got this code from the snippet generator to capture user input with a Choice Parameter: input message: 'where do you want to build this?', parameters: [[$class: 'ChoiceParameterDefinition', choices: ['ec2', 'docker'], description: '', name: 'label']] When I add it to my pipeline it