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

How to run Jmeter tests from bamboo?

How to run the Jmeter tests from bamboo? I tried in Jenkins which has the 'Execute windows batch command' option and I just pasted these lines and worked fine jmeter -n -t C:\apache-jmeter-2.13\apache-jmeter-2.13\bin\test.jmx I need to work the…
user3381098
  • 93
  • 1
  • 5
  • 13
0
votes
2 answers

How to upload file without clicking on the upload button( upload button not starting with tag) using Selenium Webdriver.?

While running through bamboo(CI), my script is getting failed where all "upload file link" is not starting with the input tag. I am using Auto IT for uploading the file which is working fine locally and when I am trying to run through Bamboo on…
0
votes
2 answers

LoadRunner/Performance Center with Bamboo

We would like to use Performance Center/LoadRunner with Bamboo for continuous performance testing. We would like to e.g. run performance tests against nightly builds and get reports to Bamboo. There is no plugin available like for Jenkins, so has…
PEngineer
  • 29
  • 2
  • 6
0
votes
1 answer

Nuget downloading packages to incorrect folders - Bamboo build server

I'm currently trying to create a build plan in Bamboo for an ASP.NET MVC project. I've setup my build plan to call nuget.exe to get the packages required for the build. However, the Nuget restore operation is putting the nuget files into different…
Juzzbott
  • 1,737
  • 2
  • 25
  • 44
0
votes
1 answer

How can I migrate to automated builds while keeping Git's commit log clean?

I'm currently working towards migrating a large application to a build server. Every push to our Git repository will trigger a new build that will build, tests - all with the help of a variety of scripts located in my project. As of now I'm making…
self.
  • 1,612
  • 4
  • 18
  • 35
0
votes
1 answer

mvn appengine:update from Bamboo requires credentials

I have a maven project that updates appspot with my war, but when the build is executed by Atlassian Cloud Bamboo the OAuth authentication prompts for access tokens. 14-May-2015 00:17:18 [INFO] Retrieving Google App Engine Java SDK from…
Aaron Roller
  • 1,074
  • 1
  • 14
  • 19
0
votes
2 answers

ANDROID_HOME not found on Mac OS x when running build job with Bamboo

I'm running android on a Bamboo server hosted on a Mac OS (Yosemite). I have set the path to android_sdk, both in bash_profile and in /etc/path. Checking that: echo $ANDROID_HOME > /Applications/Android/sdk But when running the build I get the…
peuhse
  • 1,688
  • 2
  • 20
  • 32
0
votes
1 answer

spring-security-core 2.0.3 spring-aop 2.0.8 cause NoSuchMethodError

Using Maven to build my project under windows works fine, but when deploy it to Linux servers via bamboo, on two servers it seems ok but on third server I get a NoSuchMethodError regarding one of the spring libs. İf i remowe spring-aop:jar from war…
fa.
  • 63
  • 2
  • 11
0
votes
1 answer

Bamboo randomly runs different version of msbuild.exe and build fails

I use Bamboo to build my SSDT database solution using VS2012. The problem began when I added database unit test project to the solution. It is random that sometimes build fails with message: error CS0234: The type or namespace name 'VisualStudio'…
scar80
  • 1,642
  • 2
  • 18
  • 36
0
votes
1 answer

Counting builds

I have a dozen of build plans managed by a unique build agent. What I want to do, is to get the total number of triggered/scheduled builds on those plans (without counting them manually from the interface). So, question is, is there a kind of…
Anonymous
  • 111
  • 1
  • 9
0
votes
1 answer

How to work around verification codes for test users on LinkedIn

I have some Selenium tests running on Elastic Bamboo. I've created a test user account on LinkedIn and I am using it to log in to the site I am testing. But sometimes the automatic tests fail, because the user cannot authenticate on LinkedIn,…
warvariuc
  • 57,116
  • 41
  • 173
  • 227
0
votes
1 answer

Bamboo not running NUnit webdriver tests

We have a CI setup using bamboo where one job was to run our automation, it checks out our Automation Solution from a repository, and run it using NUnit runner where it contains tests using selenium webdriver and some unit tests. It runs unit…
0
votes
2 answers

Bamboo/grails error 2.4.4 Error Script not found: Upgrade

When I run grails war, on Bamboo, I get the following error. 13-Apr-2015 11:15:53 | Configuring classpath 13-Apr-2015 11:15:59 | Running pre-compiled script 13-Apr-2015 11:15:59 | Error Script not found: Upgrade Now I know that grails upgrade…
GarethReid
  • 406
  • 4
  • 12
0
votes
1 answer

How to access I18n Bean from inside a task

I am trying to create a plugin with a task, but I have trouble getting access to an instance of I18bean for retrieving internationalized message. Does anyone has a hint on how to do it ?
Teocali
  • 2,725
  • 2
  • 23
  • 39
0
votes
1 answer

What exactly does the task Mocha Test Parser

Can someone show me how the output from Atlassian Bamboo "Mocha Test Parser" looks like? I run successfully the task "Mocha Test Runer" and get a mocha.json as result. But don't see any diagrams or something else.
user1791139
  • 606
  • 1
  • 11
  • 27