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

Bamboo Rest API multiple expands

Tried to fetch information for multiple builds from bamboo using the rest api. The information for the builds should include the ticket names the builds affacted and the commit messages for the commits which are included in these builds. My Approch…
Edub
  • 508
  • 7
  • 24
0
votes
1 answer

Bamboo Plan Branches and Bitbucket Hooks

I have a repository set up with three branches (Dev, QA, Master). I have bamboo set up with the Master branch being the main branch, and then two plan branches for Dev and QA. I have set the build plan to trigger when new commits are pushed. The…
bdabmxican
  • 41
  • 5
0
votes
0 answers

junit test runs OK locally and in jenkins but not in bamboo

I have 1 test case which is running OK locally (both in maven from console and directly from the IDE) and in our jenkins server. But when we run it in Bamboo (we are migrating our builds to Bamboo) I am not getting the expected assertion result.…
Ian
  • 1
  • 2
0
votes
2 answers

Install application on remote server using local installer

I have an installation file (*.msi) which installs a service. I would like to install this service on a remote server. Doing that via Remote Desktop is not a problem, but I cannot find a solution for doing that automatically using a batch file or a…
0
votes
0 answers

Grails plugins do not resolve with Bamboo

We're using Bamboo for build management and have a Grails task configured to handle the builds, but whenever I run it I get a bunch of Unresolved dependencies on all of the plugins: build 05-Mar-2015 20:58:21 …
cloudwalker
  • 2,346
  • 1
  • 31
  • 69
0
votes
1 answer

Bamboo Jobs kick off from Rundeck and Execute Bamboo jobs from command Prompt

Have the following requirments. Execute a Bamboo Job from RunDeck. ( I found plugins to execute Rundeck job from Bamboo, need to vice versa) Call the jobs created in Bamboo by Command Prompt ( Thinking to execute the jobs using command prompt in…
0
votes
2 answers

Atlassian Bamboo get data from repository and then SCP to server

Similar to this issue but that is for Windows and there is no correct answer. I want to do a simple deployment using Bamboo (cloud version). The idea is we checkout the data from a Bitbucket repository and then use SCP to publish content. The…
Mark Robson
  • 1,298
  • 3
  • 15
  • 40
0
votes
1 answer

How to install pandas on a continuous integration server like bamboo with permission denied errors

Hi I am unable to install pandas on a remote CI server like Atlassian Bamboo, where I am getting a permission denied error. I am using virtualenv Here is my bash script # setup virtualenv validate_ordercart chmod u+x…
Shreyas
  • 367
  • 3
  • 9
0
votes
1 answer

Selenium Tests with Bamboo

I'm going to execute some Selenium tests after each Bamboo build. As far as I see, the best way is to store them in a separate repo and use specific project (or stage in an existing one) to run these tests. But there is an issue, I can't figure out.…
sviklim
  • 1,054
  • 1
  • 15
  • 30
0
votes
0 answers

Deploying contents of a source code directory to a server.

I'm trying to create a build that: checks out my source code from Stash (complete) grabs files out of a directory deploys those files to my server (sort of complete) The file structure is: /dev/stuff.to.deploy /random.file /random.file When I…
gin93r
  • 1,551
  • 4
  • 21
  • 39
0
votes
2 answers

Making Bamboo detect items removed from git repo

I use Bamboo CI to manage my git repos for Salesforce development. It runs my tests after each commit and if successful, then deploys to an org. This all works wonderfully except for when I've deleted files, because Salesforce needs a special xml…
RenegadeCoder
  • 166
  • 1
  • 7
0
votes
1 answer

Bamboo Selective Sonar Analysis

We are currently using Bamboo for our build tool and one of our stages contains a task to run Sonar analysis. It works great except for the fact that results are published for both master and feature branches. Of course this means that if we build a…
mchinaloy
  • 1,444
  • 3
  • 25
  • 42
0
votes
1 answer

Can I allow a Bamboo build plan to fail, but still trigger deployment plans?

We have a Bamboo "build plan" that is really just watching a git repository full of configuration files, with a deployment plan that pushes them to some servers (where they will be noticed by daemons that will do stuff outside the scope of this…
Ben
  • 68,572
  • 20
  • 126
  • 174
0
votes
1 answer

Does bamboo support PowerShell DSC?

I am using powershell dsc to deploy my .net application. Here's the code. its very simple, just moved the compiled code from bamboo server to the dev server. If I only run the powershell script in bamboo server, it works. I see compiled codes are…
qinking126
  • 11,385
  • 25
  • 74
  • 124
0
votes
1 answer

Bamboo with Android Project: The SDK directory does not exist

I use Bamboo with an EC2 instance (with Ubuntu). When the task to build my android project from Bamboo is called, I have this error: A problem occurred configuring project ':app'. error 31-Dec-2014 06:23:16 > The SDK directory…
anthony
  • 7,653
  • 8
  • 49
  • 101