vote up 1 vote down star

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....

flag
Try hudson... hudson.dev.java.net It works with non-java projects too. – Kieveli Sep 10 at 4:30
My project manager already decided to use the Bamboo tool .... – reddy Sep 10 at 12:47
Just out of curiosity, did you look at CruiseControl.NET? If so what are the advantages of Bamboo over CruiseControl.NET? -- Lee – Lee Englestone Sep 10 at 14:57
@Lee: we're moving away from CC.NET to Bamboo, because in CC.NET, you can't really scale easily. Bamboo is a central mgmt server plus any number of "build agents" - while in CC.NET, each build server is a fully functional server - no central mgmt and load balancing etc. – marc_s Sep 11 at 6:39

3 Answers

vote up 1 vote down check

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

link|flag
vote up 0 vote down

Start here.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.