Release Automation

  • 1.  Integration with Bamboo

    Posted Mar 12, 2015 08:38 AM

    Hi,

     

    Did anyone integrate RA with Bamboo? Do we have out of the box plugin for it?

     

     

    Thanks,



  • 2.  Re: Integration with Bamboo

    Posted Mar 31, 2015 12:26 PM

    Anyone have an answer for Nir?

     

    Thanks

     

     

     

    Hi,

     

    Did anyone integrate RA with Bamboo? Do we have out of the box plugin for it?

     

     

    Thanks,



  • 3.  Re: Integration with Bamboo

    Posted Mar 31, 2015 12:39 PM

    Looks like we have an idea for this functionality... Action Pack for Atlassian Bamboo. Make sure to go there and vote.



  • 4.  Re: Integration with Bamboo

    Posted Apr 01, 2015 03:18 AM

    Hi,

     

    Yes, we did!

    You can use REST API for this.

     

    Regards,

     

    Nicolò



  • 5.  Re: Integration with Bamboo
    Best Answer

    Posted Mar 31, 2015 01:56 PM

    No plugin yet , you can use the post build shell/batch options to integrate with RA CLI or REST API



  • 6.  Re: Integration with Bamboo

    Posted Apr 23, 2015 10:36 AM

    Hi Jacky, I hope you're doing great!

      Could you please elaborate on how could RA would work with Bamboo? Could we start a RA process from a SVN commit from a developer for instance (like with Jenkins)?

     

    Thanks!

    Patricio



  • 7.  Re: Integration with Bamboo

    Posted Aug 24, 2015 04:43 AM

    Hi,

     

    Depends on your Bamboo implementation, but you can use the RestAPI call as :

     

    curl -X POST --user username:password -k -i -H "Content-type: application/json" -X POST http://url:8080/datamanagement/a/api/v3/run-deployment-plan -d '{"deployment":"MyDeployment","deploymentPlan":"DeploymentPlan-${bamboo.projectName.release.number}.b${bamboo.buildNumber}","build":"${bamboo.projectName.release.number}.b${bamboo.buildNumber}","project":"project Name","deploymentTemplate":"deploymentTemplate Name","templateCategory":"templateCategory Name","application":"application Name","environments":["${bamboo.environment}"]}' 2>&1

     

    and for example put this in your Bamboo build plan  as task "Run Scrit" like this below:

     

     

     

     

    For more information check the RestAPI Documentation.

     

    Regards,

     

    Nigi



  • 8.  Re: Integration with Bamboo

    Posted Jun 05, 2017 06:47 AM

    Hi can anyone please reply me what are the steps that we need to follow CA release automation integration with Bamboo.

     

    Nigi you have already given the steps to use REST api to use for those.

    Can you please provide me the steps.

    Since i have following query.

    1) You have told to do this Via - TASK -> inline script. But here how automate deployment happens.

    Can you provide me some steps to work further with bamboo integration with CA release automation.

    Example document it will be helpful to me.

     

    Thanks in advance..