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
0 answers

Automated JUnit test errors in db code, does not when run manually

I have a suite of JUnit tests that works when run out of STS/Eclipse, but does not work when run from Bamboo using Jacoco. It used to work when we were running the tests out of Jenkins using Cobertura. When I say work, I mean the tests are…
0
votes
1 answer

NuGet targets wrong folder when publishing web application via MSBuild.exe in CI

I am trying to set up a project in our CI server (bamboo). I have an API solution containing multiple projects (data access, service interfaces, WebApi, tests, a few others... you get the idea). I run nuget.exe in a script to pull in the requisite…
Jeremy Holovacs
  • 22,480
  • 33
  • 117
  • 254
0
votes
2 answers

Bamboo+Docker+Kubernetes deployment

we are currently playing around with kubernetes+docker. At the moment I'm wondering how to integrate bamboo in our deployment process during development and for release. Our current CI process is like this: dev checks-in code changes to branch…
daniel
  • 1,002
  • 13
  • 22
0
votes
1 answer

Bamboo and Web UI Testing

We have a node.js project that we are building with Atlassian Bamboo. We are doing CI/CD, or that's the plan. We are using Mocha to do Unit/API testing. But I didn't see anything in the task types to do web UI testing. We have used Selenium in the…
CargoMeister
  • 4,199
  • 6
  • 27
  • 44
0
votes
1 answer

Hot to get Gradle running with elastic bamboo agent?

I am struggling a little bit to get Gradle running with Elastic Bamboo. I would install Gradle on our mounted EBS-Snapshot. Then take a new one and afterwards add this as Executable capability to the elastic image config. Is this enough? Since…
Strinder
  • 2,111
  • 2
  • 21
  • 34
0
votes
0 answers

Change git user and key from Bamboo Agent

I have a requirement to push to a stash repository from Bamboo. The default bamboo agents have restricted read access, but I need a specific plan which is able to push code to a repository. (My Stash repo only accepts keys.) Unfortunately I can't…
Alex
  • 71
  • 6
0
votes
1 answer

Does the GitHub Bamboo Service support Bamboo Cloud?

Despite receiving a Last delivery was successful. the Bamboo Cloud Build Plan is not firing. I am using: Base url devopsgroup-io.atlassian.net Base key DRM-DT Username ******** Password ******** Active true
Seth Reeser
  • 195
  • 2
  • 2
  • 13
0
votes
1 answer

How to run robot test cases in a headless box. [Bamboo] [RobotFramework]

I've set up a VM box ubuntu and Bamboo server to control build and integration tests to an application. I can run (manually or even trough Bamboo) the test cases WHILE I'm connected to the VM and see all the selenium magic happening. However when…
0
votes
1 answer

Ant file copy pattern to match android lint output?

I am attempting to add android lint output as an artifact to my bamboo plan. The lint output includes, at the same directory level, a file called "lint-results.html" and a directory called "lint-results_files" which contains some css and pngs to…
Carl Manaster
  • 39,912
  • 17
  • 102
  • 155
0
votes
0 answers

Is there anyway we can get values from build script and pass it to task in Bambo0 Atlasian?

Is there anyway we can get values from build script and pass it to task in Bamboo Atlasian? Basically I have maven build and try compile in Bamboo 2. I have custom task which executes deployment once code compiled. The custom build basically…
0
votes
0 answers

Authenticate to Jira/Bamboo using OAuth in Swift/Objective-C

I am trying to authenticate to my Bamboo application using OAuth. I have set up the Application link in Bamboo and gave it a consumer key and public key and used 2-legged OAuth. I want to be able to authenticate without the callback telling the user…
Carl Thomas
  • 3,605
  • 6
  • 38
  • 50
0
votes
1 answer

Script to perform a git pull via ssh and bypass passphrase requirements?

I'm trying to set up continuous integration with Bamboo. I want to configure a task that ssh's into our stage server, cd's into the proper directory and performs a git pull. I've been able to set up the ssh task, but doing the git pull has been…
BarFooBar
  • 1,086
  • 2
  • 13
  • 32
0
votes
2 answers

build server comprehends modules in multi module build

Is there a build server that understands and can report on build results per module in a maven multi module build? We use bamboo and unless I create individual jobs for each module it treats the build like one big thing. I want users to be able to…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
0
votes
2 answers

Setting up Bamboo SVN commit build trigger

Bamboo CI has a build in feature of having the subversion program trigger a build in bamboo when someone commits to the repository. I followed the instructions of what to put in the post commit hook but I am not sure what the 2 arguments are…
MBU
  • 4,998
  • 12
  • 59
  • 98
0
votes
1 answer

running karma-cli fails on bamboo agent

I am trying to run karma cli via Bamboo tasks bash Command. node_modules/karma-cli/bin/karma start config/karma.conf.js --single-run ... node_modules/karma-cli/bin/karma: line 3: syntax error near unexpected token…
Markus
  • 1,069
  • 8
  • 26