Re: [WorkFlow plugin] Parameterized Build

2015-01-07 Thread Jesse Glick
On Tuesday, December 23, 2014 6:52:12 AM UTC-5, Capfo wrote: > > in the jenkins workflow plugin all interaction will remains in the output > job console ? we will don't have a UI interaction in the future with > workflow ? > When a flow build is waiting for input, a link is added to its sidepane

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
thank you Daniel. I have other question : in the jenkins workflow plugin all interaction will remains in the output job console ? we will don't have a UI interaction in the future with workflow ? best regards 2014-12-23 12:35 GMT+01:00 Daniel Beck : > See https://issues.jenkins-ci.org/browse/JE

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread Daniel Beck
See https://issues.jenkins-ci.org/browse/JENKINS-26143 On 23.12.2014, at 12:24, El alaoui Mohamed Reda wrote: > When i generate the groovy code with Snippet Generator to do input list > parameters like this : > > input id: 'Server', message: 'Choose the server', ok: 'Proceed', parameters: > [

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
When i generate the groovy code with Snippet Generator to do input list parameters like this : input id: 'Server', message: 'Choose the server', ok: 'Proceed', parameters: [[$class: 'ChoiceParameterDefinition', choices: ['Dev', 'Integ', 'Prod'], description: '', name: 'Server']] i have this Erro

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
sorry for this mail i have the solution it's by the : input 2014-12-23 11:53 GMT+01:00 El alaoui Mohamed Reda : > Hello, > i have à workflow job and i need to have a choice list before start the > build > How can i have a Parameterized Build with workflow (String or choice list > ) > thank'

[WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
Hello, i have à workflow job and i need to have a choice list before start the build How can i have a Parameterized Build with workflow (String or choice list ) thank's -- *Mohamed Reda, El alaoui* -- You received this message because you are subscribed to the Google Groups "Jenkins Users