I have configured 20 "Multi-configuration project" jobs in jenkins server(like, jobA, jobB, jobC, jobD, jobE, ....etc ), every job have seperate,these are the parent jobs. Now I created a single job(jobABC) with "Multi-configuration project". In "jobABC" I want to configure all 20 jobs to build one by one with condation(suppose jobA build SUCCESS then jobB build trigge, jobB build SUCCESS then jobC trigger and so on, otherwise if any job build failed then show the build is failed and don't trigger next job).

Actually, I have configured 20 individual jobs "Multi-configuration project" based job.

jobA
jobB
jobC
jobD
jobE
..... etc

Now, I want to configure one single job suppose ABCjob ("Multi-configuration project" based job).Inside ABCjob, I want to configure all 20 jobs and trigger automatically one after another but first one build success then trigger another job. if any stage failed then show fail and don't trigger another job.

0

There are 0 best solutions below