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
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?
>
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
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
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