Re: Searching for a Jenkins plugin

2016-05-13 Thread Baptiste Mathus
You may want to consider using the Job DSL plugin for example. That way, you could DSL script the steps in question, and just factor them in the code. My 2 cents 2016-05-11 14:24 GMT+02:00 Stephane : > Shell tasks at the moment but in the future, there might be more types of > Build Tasks. > > I

Re: Searching for a Jenkins plugin

2016-05-11 Thread Stephane
Shell tasks at the moment but in the future, there might be more types of Build Tasks. I have never used the pipeline plugin, can you explain why it might satisfy my need? Le mercredi 11 mai 2016 05:03:22 UTC-4, Devendran kumaravel a écrit : > > What kind of Build Tasks you want to perform? >

Re: Searching for a Jenkins plugin

2016-05-11 Thread Stephane
Execute shell tasks Le mercredi 11 mai 2016 05:03:22 UTC-4, Devendran kumaravel a écrit : > > What kind of Build Tasks you want to perform? > pipeline plugins(formerly called Workflow plugins) might satisfy your need > > On Tuesday, May 10, 2016 at 9:19:19 PM UTC+5:30, Stephane wrote: >> >> Hello

Re: Searching for a Jenkins plugin

2016-05-11 Thread Devendran kumaravel
What kind of Build Tasks you want to perform? pipeline plugins(formerly called Workflow plugins) might satisfy your need On Tuesday, May 10, 2016 at 9:19:19 PM UTC+5:30, Stephane wrote: > > Hello, > > I have 2 Jenkins projects (builds) that have similar running tasks (build > steps). I was wonde

Searching for a Jenkins plugin

2016-05-10 Thread Stephane
Hello, I have 2 Jenkins projects (builds) that have similar running tasks (build steps). I was wondering if there is a Jenkins plugin that whenever I create new build steps in my first project, they are also copied to the second project after the build (first project) is successful. If not, a