Questions tagged [bamboo]

Bamboo is a continuous integration and deployment server from Atlassian, the makers of JIRA, Confluence and Crowd.

Bamboo provides automated building, testing, deploying, and releasing of software. It's one of the most famous tool for continuous integration, deployment, and delivery.

Tech stack

Bamboo is suitable for any language, and other popular technologies like , , and . You can choose from a big variety of available tasks for both build and deployment projects, or search for free add-ons!

Bamboo Specs

Configuration as code, called Bamboo Specs, allows the entire configuration of Bamboo plans to be stored as source code. It moves the managing of plans from the Bamboo UI to the developer's integrated development environment (IDE). This approach brings a lot of benefits and works with YAML and Java.

Deployment projects

Bamboo gives deployments the first-class treatment with deployment projects and environments. A deployment project holds the software project you are deploying: releases that have been built and tested, and the environments to which releases are deployed.

Dedicated agents

With Bamboo's dedicate agents feature, you can run hot fixes and critical builds right away! When you dedicate an agent, no other activity will be able to use it, unless it is dedicated to that activity as well. This means no wait in the queue for free build agents when there are critical bugs to fix!

Visibility

Before deploying a new release, see the full roll-up of code changes and issues that have come in since the previous deploy. Ops teams can anticipate what they'll be responsible for deploying and supporting in production, and release managers get a clear view of what is going live.

See the Bamboo website for further information.

1577 questions
0
votes
1 answer

Concurrent bamboo builds on different remote agents

I have 2 remote agents for the build, what is the entire process to fire a same build using bamboo,concurrently on those two different agents.
Paritosh Ahuja
  • 1,239
  • 2
  • 10
  • 19
0
votes
1 answer

Order of Grails Bootstrap classes

On one of our feature branches of our project we have a strange issue with running our grails integration tests. In our application we have the base project and one plugin, which relies on data from the base application. The default data is created…
Alexander Kiefer
  • 546
  • 1
  • 13
  • 30
0
votes
1 answer

Bamboo and Selenium Webdriver

I've developed some testcases localy with this setup: Eclipse, Selenium webdriver 2.0, Maven 2, TestNG, Git When I run the test via Maven test it works just fine. But now my next task is to move My tests to Bamboo. I've searched at Atlassians…
user3624378
  • 417
  • 4
  • 22
0
votes
1 answer

How to select the particular repository in bamboo during build?

I am new to use the bamboo server. In the application, i have multiple branches, during the build time, it is possible to normal user to select the particular branch to build other than default repository. Thanks in advance
user2400564
  • 4,619
  • 7
  • 24
  • 27
0
votes
1 answer

Bamboo OnDemand run as administrator

my team is using Bamboo OnDemand and have a custom made Image built on the default image for Bamboo OnDemand. We have some things in our build process which needs to be running in administrator mode. How should I configure the machine?` I can't find…
NPehrsson
  • 1,548
  • 18
  • 26
0
votes
1 answer

Bamboo is not running my tests after i renamed the file

We have automatic build and deployment, through Atlassian Bamboo. Tests were configured to run along with that. But I renamed a test file, and now Bamboo is running testless build. How to make bamboo to pick my new test file?
0
votes
1 answer

Bamboo maven plugin cannot be found

Last week one of our Bamboo build plans mysteriously stopped working with the error: Could not execute task 'Maven Build of XXX' no Plugin with key 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3' is installed. This plan had been working…
Enwired
  • 1,563
  • 1
  • 12
  • 26
0
votes
1 answer

Bamboo: error on svn checkout - version mismatch

I am having troubles checking out my svn repository (see error below). When I restart the plan it runs fine. The curious thing is that the version number which is claiming the process does not exist in this repository! My guess is that there is a…
0
votes
1 answer

How to rename a ZIP in Bamboo

I have been handed a Bamboo build/job and have never worked with it before. There are 2 existing tasks, Task A and Task B. Task A does stuff to a ZIP named myapp.zip, but Task B expects it to be named widget.zip. For reasons outside the context of…
AdjustingForInflation
  • 1,571
  • 2
  • 26
  • 50
0
votes
1 answer

Bamboo Remote Agent Does Not Recognized Windows command or exectuables

I started trial with Bamboo recently. I ran bamboo server on my personal PC and configure our build server to be a remote agent. Our build environment is in Windows. The build process is carried out via TCL script, which basically executes Windows…
Scrathis
  • 79
  • 1
  • 10
0
votes
1 answer

Rails 3.0.20 bamboo to cedar migration

I am about to migrate from the Bamboo stack to the Cedar stack on Heroku. My app has Rails version 3.0.20 and Ruby version 1.93. Does Cedar support Rails version 3.0.20? If not, what is the earliest version of rails supported by Cedar? Trying to…
AmitF
  • 1,287
  • 13
  • 9
0
votes
1 answer

Bamboo vs CxxTest

When I create a plan in Bamboo and add a task for running CxxTest test code(running function TS_ASSERT(1==1) or st). When I try to run for checking failure (TS_ASSERT(1==2)), this test case is fail and Bamboo output a log as: 12-Mar-2014 15:12:07 …
user3409586
  • 11
  • 1
  • 4
0
votes
2 answers

Atlassian Bamboo: Continuously run a plan

I have configured a plan bamboo to build a project. This plan first checkout the latest code from SVN and executes a command to build the project. Building of this project takes 4hrs-5hrs. I want my plan to run continuously i.e if the plan creates…
Shrikanth Kalluraya
  • 1,099
  • 1
  • 16
  • 34
0
votes
3 answers

Groovy, how to ignore version?

I'm new to groovy and scripting and need some help. How do I ignore version? For ex: I need version 1, 3, 4, 5 and ignore 2. I have this now: def ignores = [] ignoreList.split(',') if (version.contains I'm using this script to run from CI Bamboo…
0
votes
1 answer

How to handle dependency between C++ CMake projects using Bamboo CI?

I have two C++ CMake projects A and B, where B depends on A and I'm using Atlassian's Bamboo as continuous integration software. Is there a good way to define the dependency between the two projects? maybe within Bamboo or maybe a CMake feature.…
SkyWalker
  • 13,729
  • 18
  • 91
  • 187
1 2 3
99
100