The Build Flow Plugin could build all those jobs in sequence. However it is now deprecated in favor of Jenkins Pipeline. https://github.com/jenkinsci/pipeline-plugin 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 mandag 6. juni 2016 14.02.35 UTC+2 skrev [email protected] følgende: > > 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 > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/722bd94f-e1da-4d0b-babf-dd9d9dbaa175%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
