Re: [workflow plugin] use case question

2016-01-21 Thread Craig Rodrigues
Hi, Node Label Parameter Plugin version 1.7.1 and higher has my fix and now works with Workflow. -- Craig On Thursday, January 21, 2016, Eric Pyle wrote: > I think you would need the NodeLabel Parameter Plugin. And as Craig > Rodrigues recently posted, that plugin is not yet compatible with Wo

Re: [workflow plugin] use case question

2016-01-21 Thread Eric Pyle
I think you would need the NodeLabel Parameter Plugin. And as Craig Rodrigues recently posted, that plugin is not yet compatible with Workflow, although he has proposed a fix: == *Re: [workflow-plugin] Example using NodeLabel Parameter plugin?* It turns out that the NodeLabel Parameter

Re: [workflow plugin] use case question

2016-01-21 Thread Patrick Bruneton
No because I would have to restrict the jobs on a particular slaves. I have many windows slaves. If job 'build' gets executed on windows-slave-1 I want the 'test' to be executed on the same slave (and be executed immediately) Le jeudi 21 janvier 2016 17:21:33 UTC+1, Brian Ray a écrit : > > Can yo

Re: [workflow plugin] use case question

2016-01-21 Thread Brian Ray
Can you just set the *Restrict where this project can be run* checkbox in conjunction with the *Label Expression* param on the two subjobs? On Thursday, January 21, 2016 at 2:16:39 AM UTC-8, Patrick Bruneton wrote: > > Hi all, > > I am trying to implement a use case with the workflow plugin. > I

[workflow plugin] use case question

2016-01-21 Thread Patrick Bruneton
Hi all, I am trying to implement a use case with the workflow plugin. I have two jobs, say build & test, that I want to run inside a pipeline. Sounds easy. But I have a constraint:I want the two jobs to executed on the same slave. So I tried something like this: node('windows') { stage name: