How to connect ARA (Application Release Automation) from Jenkins

2016-08-10 Thread Satyajeet Padmanabhi
Hi, I want to integrate Jenkins with ARA (Application Release Automation) and trigger a build from Jenkins. For this I want to know which plugin we can use to integrate Jenkins with Automic. Any help would be appreciated. -- You received this message because you are subscribed to the

Re: Release automation

2013-01-15 Thread Josselin Pierre
Hi, If you use the Build step / Builder "Trigger/call builds on other projects" and check the checkbox "Block until the triggered project finish their builds", then the "parent" build will wait for the "child" to finish, and process it's exit status as instructed by the three drop-down lists. Hop

Re: Release automation

2013-01-14 Thread Faisal Faizan
Hi Josselin, Thanks for your detailed response. I did all these steps as you suggested, but could not find a way to make the build trigger step as blocking. Also I have configured "poll SCM" step in build trigger for all the three projects. And for Project 2 and Project 1 I have additional build

Re: Release automation

2013-01-13 Thread Josselin Pierre
Hi, On the theorical base, the dependencies should be the other way round. The continuous integration principle is that dependencies should trigger the build of the projects that uses these dependencies, not the other way round... But of course, there are always some cases that don't match such a

Re: Release automation

2013-01-12 Thread Faisal Faizan
Hi Michael, I have a similar situation but a little more complex, am curious to know if you found a solution which I could utilize for my case. Project 1 is dependent on artifacts from Project 2 & Project 3. Project 2 is dependent on artifacts from Project 3. Project 3 is independent. 1) When a

Release automation

2012-08-30 Thread mpapo - Michaƫl Pailloncy
Hi ! Currently, we have several jobs building projects dependent in each other : Project1 on Job1 has dependencies to Project2 et Project3 on Job2 et Job3. When we want to release Project1, we must release Project2 and Project3 before releasing Project1. Is there a plugin or a best practice to