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

jasmine-node and bamboo - test failed

I using jasmine-node for testing node app, and have integration with bamboo, but the problem is when some of the test failed bamboo reports that command jasmine-node test-name.js exits with 1 and that on bamboo job dashboard I have label testless…
Grissom
  • 1,080
  • 8
  • 21
0
votes
0 answers

How do you split mvn reactor into groups of module build by different jenkins jobs?

To make the most out of a build server's ability to run jobs in parallel a) split maven lifecycle phases across bamboo stages (Build -> Test -> Deploy) b) split each stage into parallel jobs I know how to split phases in segments: BUILD: mvn clean…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
0
votes
1 answer

JUnit rules TemporaryFolder - Error on Bamboo

I wrote some UT with the JUnit Rule TemporaryFolder. In my UT, I mock a service to return this directory like this: @Rule public TemporaryFolder folder = new TemporaryFolder(); ... @Test public void myTest(){ …
bryce
  • 842
  • 11
  • 35
0
votes
1 answer

node-huxley fails to start on elastic bamboo w/ubuntu

Locally on OSX, node-huxley using chromedriver works fine. In order to setup CI with huxley I installed chrome and chromedriver on an elastic bamboo instance running ubuntu. I get DevTools request failed over and over in the chromedriver log…
Gil Birman
  • 35,242
  • 14
  • 75
  • 119
0
votes
1 answer

Can Bamboo deploy to a server with only an internal IP?

All the Bamboo questions seem to be here, so here goes. We have a development server that we would like to deploy to, using Bamboo OnDemand. It doesn't have an outwardly facing IP address, however. Our team cannot figure out how to get around this…
nobrandheroes
  • 748
  • 1
  • 10
  • 17
0
votes
1 answer

Continuous Delivery pipeline integrated with TFS

We work on .NET project, using TFS for: source control builds: gated check-ins that produce MSI files deployments to Labs We want to create a proper Continuous Delivery pipeline, that is a Dashboard with pipelines for each check-in with traffic…
Ivan
  • 9,089
  • 4
  • 61
  • 74
0
votes
0 answers

how can I checkout the svn code of all maven child projects by only checkout the maven parent project?

I am struggling too much to solve the problem which is given in bamboo logs [ERROR] Failed to execute goal on project mainproject: Could not resolve dependencies for project com.sample:mainproject:war:0.5.022: Failure to find …
Kristy
  • 3
  • 3
0
votes
1 answer

How to deploy a Zend Application to Zend Server via Ant / Command Line

I have been working to automate my deployment of my Zend Framework 2 project to my Zend Server. The Zend Sever is running on an AWS Instance. We're running Atlassian Bamboo OnDemand using Elastic Instances. zdpack ZPK I have been using zdpack to…
CLo
  • 3,650
  • 3
  • 26
  • 44
0
votes
0 answers

Bamboo doesn't reuse ssh private key config of job repository

My job consists of source checkout, incrementing version and pushing back to repository. Repository config consists of ssh private key and passphrase. Source code checkout goes ok, but pushing back fails with: Permission denied (publickey). What I…
Taras Velykyy
  • 1,781
  • 1
  • 16
  • 30
0
votes
1 answer

Auto increment appx package version after each build

I am looking for a solution to automatically increment a package version (not to be confused with an assembly version) after each build on CI server (particularly Atlassian Bamboo). Every appx package has a version defined in its manifest file…
0
votes
1 answer

What artefact repository I should use for continuous integration in c code?

What artefact repository I should use for continuous integration in c code? The artefact repository should integrate with Jenkins or Bamboo or both. Please suggest.
Susmita
  • 25
  • 4
0
votes
2 answers

SonarQube Bamboo configuration

I have configured bamboo locally on my system. I have installed SonarQube plugin to it. I have created a task for sonar-runner. I have a snapshot for that configuration: When I run the plan, the build fails. I have also attached the log for the…
user3106657
  • 95
  • 4
  • 11
0
votes
2 answers

Publish MS Test result in XML in Bamboo Build server

I need to parse MS Testresult into xml format from .trx in Bamboo build. For that i have add a task MS test parser and execute the manual run in bamboo,but i don't know i to get result in XML. Please suggests how to do same. Here is the log of…
Neeraj Dubey
  • 4,401
  • 8
  • 30
  • 49
0
votes
1 answer

How do I use gradlew in Bamboo?

I have a project that I would like to build in Bamboo with a specific version of Gradle. However, when Bamboo executes ./gradlew I get Failing task since return code of [./gradlew clean build sonarRunner] was -1 while expected 0 How do I fix this?
Phyxx
  • 15,730
  • 13
  • 73
  • 112
0
votes
1 answer

Bamboo Grunt 'dustc' task failing

I've moved my grunt job into Bamboo and everything works great except for the dust compiler. All of my other tasks in my gruntfile can be targeted from the bamboo task and they work. The dustc task gives this error when run: Fatal error: Error:…
user2864874
  • 829
  • 1
  • 9
  • 21