Hi Guys, a colleague of mine is working on automation of release and 
jenkins job reordering in general.

We have a repo.git that contains a number of projects we build in jenkins, 
we want to automate the release process by using the jenkins api and clone 
all the _develop jobs to _release jobs.

So far so good, the problem is how can we obtain the BUILD ORDER.

proj-3_develop
proj-1_develop
proj-2_develop

How can we know which one needs to build first, we were thinking parsing 
maven dependency tree but seems a hustle.

Can this be done with jenkis api?

f.

Reply via email to