views:

535

answers:

3

Hello guyz... i am new to this continous integration tool..named Bamboo .. could someone point me to the right direction where i can get information about how to setup this bamboo .. how to write scripts for automatic deployment for different environments... thank you in advance....

+2  A: 

Start here.

kazanaki
+2  A: 

Hi,

You will use your ant script or Mavn pom.xml to deploy and bamboo will scheduled it.

You will find a getting start tutorial here with a video that shows you how to install Bamboo (really easy): http://www.atlassian.com/software/bamboo/features/polish.jsp

ajeanson
+1  A: 

Hey,

The set up documentation is above - as kazanaki has posted. Or search for bamboo 101 - I can't post two links in the same post apparently.

For executing scripts that you need to deploy to different environments you can use bamboo's pre-post build plug-in that can run scripts on success of build - it is available as a jar file from here:

https://plugins.atlassian.com/plugin/details/5581

It integrates with the UI so that you can specify a script pre or post the build plan running - in the configuration section of setting up your build plan.

Hope this helps.

hughmcmanus