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

Bamboo Deployment project to Artifactoy

I've been researching this for a while but can't find an answer. I use Bamboo 5.3 with Artifactory plugin 1.6.2. I have a build project that generates a .war and two .zips. I also have a Bamboo Deployment project that creates releases with these…
Icegras
  • 173
  • 1
  • 3
  • 8
0
votes
1 answer

Can I use multiple Sauce Connect instances in Bamboo?

We are starting to use Bamboo for CI, and we will be adding the Sauce OnDemand plugin to Bamboo. Looking through Sauce Labs tutorials, it appears that only one Sauce Connect instance can be added to Bamboo. Is it possible to add more than one Sauce…
Shane
  • 162
  • 2
  • 10
0
votes
2 answers

Artifactory-Plugin won't deploy, because it thinks the build failed

I'm trying to use the Artifactory-Plugin for bamboo to deploy a tar.gz into artifactory. However, after the build went successful, the plugin won't even try to deploy and instead just writes Build failed, not deploying to Artifactory. I have no…
Vince
  • 1,517
  • 2
  • 18
  • 43
0
votes
1 answer

Bamboo Generic Build Plan

I have very many small projects(~100) which I wish to use bamboo to build and deploy to nexus. Rather than creating 100+ build plans in bamboo is there a way for one build plan to monitor our single source repository(say git) detect changes in one…
jshe857
  • 63
  • 5
0
votes
1 answer

Jira On Demand Integration with Bamboo

I am having troubles with configuring our on demand JIRA instance with a hosted Bamboo Server. There are no Firewalls at the moment. This is what I see in when I open a JIRA issue: JIRA is having difficulty contacting Bamboo (XXXX.Atlassian.net).…
Dhananjay
  • 642
  • 6
  • 15
0
votes
1 answer

error: package com.sun.tools.doclets.internal.toolkit.util does not exist

I am trying to build my project through bamboo CI with Maven. The project is building correctly on my local machine but when i am trying to build it using Amazon EC2 its giving me following errors. build 08-Jan-2014 21:20:16 [INFO] 8 warnings…
Anup
  • 31
  • 1
  • 1
  • 6
0
votes
1 answer

bamboo with elastic agent + maven giving permission denied error

I am trying to configure Bamboo CI server for to build the project. I am using maven resource plugin to copy resources. The build is successful on my local machine but when i am trying to build it through bamboo elastic agent on Amazon EC2 it throws…
Anup
  • 31
  • 1
  • 1
  • 6
0
votes
2 answers

Bamboo: change the build root for maven plugin?

I have a Bamboo plan that involves building with maven on Windows. The default path to the build directory under the bamboo user is long, and some files end up over the 255-char Windows limit. I wanted to solve the problem by (for this plan only)…
Dave Combs
  • 281
  • 2
  • 17
0
votes
1 answer

Transitioning custom domains from Cedar stack to Bamboo stack

For an application hosted on Heroku that is still on the Bamboo stack myapp.heroku.com, how would you change over custom domains to point to the Cedar-compatible version myapp-cedar.herokuapp.com on the Cedar stack? Here are the conditions that need…
kristinalim
  • 3,459
  • 18
  • 27
0
votes
1 answer

Mercurial notifications when non-whitelisted user commits

recently we've had problems where members of another team will commit code to my team's project (this is normal and expected) but it will break our build or cause tests to fail. We'd love to be able to get an email when those not on our team push…
Veg
  • 556
  • 2
  • 8
  • 24
0
votes
0 answers

Atlassian Bamboo deployment Plan with Artifactory-artifacts

Is there a way to make a deployment plan use artifacts from Artifactory rather than only shared artifacts from build plans in Bamboo? I could only find the Artifactory Plugin for Bamboo, but that doesn't seem like it does, what I need.
Vince
  • 1,517
  • 2
  • 18
  • 43
0
votes
2 answers

How to show test report generated by mocha in bamboo

I have node.js project and I'd like to run test cases written mocha (visionmedia.github.io/mocha/) in our bamboo (atlassian product), but mocha does not provide any reported for bamboo, ie. JUnit reporter. I'm thinking about coverting xUnit to JUnit…
Jaro
  • 3,799
  • 5
  • 31
  • 47
0
votes
1 answer

Atlassian Connector for Webstorm

I am new with the IDE WebStorm and I'm trying to collect the information concerning my Web project. Thus as a result, I look for to know how integrated my Webstorm project with Bamboo into continuous integration. Did any more can help me plzz…
Boudour
  • 63
  • 1
  • 3
  • 9
0
votes
0 answers

Bamboo problems with maven release plugin

I'm trying to migrate some jobs from jenkins over to bamboo and I'm facing some problems here. Whenever I run the job in bamboo, I get the following errors: build 06-Nov-2013 15:46:08 [ERROR] Failed to execute goal…
Vince
  • 1,517
  • 2
  • 18
  • 43
0
votes
1 answer

Clone git repository from stash via HTTPS fails

I'm trying to clone a git-repository from my stash-server via git clone https://admin@stash-url/path/to/repository.git Unfortunately this gives me the following error Cloning into 'repository'... error: RPC failed; result=35, HTTP code = 0 fatal:…
Vince
  • 1,517
  • 2
  • 18
  • 43
1 2 3
99
100