jenkins sequential job

29 views
Skip to first unread message

crlt...@gmail.com

unread,
Jun 6, 2016, 8:02:35 AM6/6/16
to Jenkins Users
Hi,

I have this scenario:

 
Job A=checkout the code and build (with a parameters of the svn branch)

Job B=will stop the java of the application server (with a parameters application server name)

Job C=deploy the ear that job A build

Job D=start the application server



I already create each job with parameter plugin. My question now is what plugin will i used to build sequential from job a to job d?
Which is I will input the parameter of job a and b on the first job?

Thanks

Sverre Moe

unread,
Jun 6, 2016, 9:01:11 AM6/6/16
to Jenkins Users
The Build Flow Plugin could build all those jobs in sequence. However it is now deprecated in favor of Jenkins Pipeline.
You could create a pipeline/workflow that will build each your jobs in sequence.

Or you could use the Promoted Builds Plugin https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin
Reply all
Reply to author
Forward
0 new messages