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

Schedule Fortnightly Build in Bamboo

I'm looking at automating the bamboo release in my team currently it is manually triggered. Releases happen every second Wednesday and a custom variable is set to signify this. If the variable is present an automatic merge to the release branch is…
0
votes
1 answer

Is there a nice way to solve this circular dependency situation?

I have a large project, let's call it proj, with a bunch of sub-projects, let's call those subproj_1 to subproj_n. I also have a separate project called tool. tool depends on subproj_1. subproj_2 depends on tool (in test scope only). Our CI…
MK.
  • 33,605
  • 18
  • 74
  • 111
0
votes
1 answer

How to trigger Bamboo build on a release build of another plan

I have a Parent plan on which Child1 and Child2 plans depends on. When Parent Plan builds I DON'T want the Child1 and Child2 triggered. However I would like the Child1 and Child2 plans to build when the Parent Plan performs a Release build. In…
bhantol
  • 9,368
  • 7
  • 44
  • 81
0
votes
1 answer

Atlassian Bamboo - Display JMeter test results using JMeter Aggregator plugin

I've been tasked to install and figure out how to use the JMeter Aggregator plugin for Bamboo on a locally built vagrant server with Bamboo on it on my machine so I can learn how to use it before putting it on the project that I'm working on's…
Olly John
  • 366
  • 5
  • 20
0
votes
1 answer

Bamboo fail to start up application on playframework if there is Database evolution

I have a really annoying problem with Bamboo how deals with activator (or my ssh? ) when started and there is a evolution for database, its simply consider it as fail and exit the ssh, so I cant hit the button of run evolution script. I enabled auto…
Al-Mothafar
  • 7,949
  • 7
  • 68
  • 102
0
votes
1 answer

Ignoring `eclipse.refreshLocal` task, which is not available outside of Eclipse

For developers' convenience, all Ant tasks in our codebase feature a eclipse.refreshLocal task which tells Eclipse to automagically refresh the workspace after running the Ant task. This is because too many people have fallen in the trap of not…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
0
votes
1 answer

My first Ant-Subversion Bamboo plan

I am playing with Bamboo to learn it, but I still can't build a very stupid plan for a Java web application hosted on SVN (we haven't yet migrated to Git). Our company currently owns two multi-project SVN…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
0
votes
1 answer

How to invoke a process in remote agent via Bamboo server

We are having a test automation tool which is written in java, we want to invoke this test automation tool (installed on remote agent) from Bamboo server, It will return some response and bamboo build will PASS/FAIL on the basis of response returned…
0
votes
2 answers

ASP.NET MVC5 views pre-compilation

I am using ASP.NET MVC5 and Visual Studio 2015 for own web application. My application is deployed on the IIS 8.5 server. I have very slow performance during first loading of the each page. The next each request for the specific page is very fast. I…
Olexiy Kubliy
  • 21
  • 1
  • 6
0
votes
1 answer

Ruby cURL POST Request not going through

I am using Paw, an application to test REST requests. I have the follow request working using the application but need to change it to use cURL to use in my ruby on rails application. POST…
Scott B
  • 1,478
  • 2
  • 16
  • 26
0
votes
0 answers

Bamboo - xcode build and creating/modifying keychain

Our company uses Bamboo to do automated builds for all our projects and this is the first time that we're attempting to do an iOS build. In the iOS project (app was built using using Ionic + Cordova), we have an iOS build script written using Gulp…
Android Noob
  • 3,271
  • 4
  • 34
  • 60
0
votes
1 answer

Pushing a .NET artifact built by NuGet to Nexus using Bamboo

I have a .NET project for which there is a Bamboo plan configured. My .NET artifact is built by NuGet and I would like to push this artifact to Nexus using Bamboo. I am relatively new to Bamboo and badly stuck with this issue. Any help or…
0
votes
1 answer

Problems when deploying Spring contexts

I'm having problems with Spring contexts when deploying an application we 5 teams are developing (I belong in one of this teams). All of us compile our own jar. When locally debugging, Spring loads the contexts with no problem. The issue arises…
Fernando
  • 751
  • 2
  • 13
  • 27
0
votes
1 answer

Bamboo.io integration with XLSform hosted on ona.io like formhub was providing, or REST service

In Formhub, in the form management page, there was a button on the right to connect to bamboo.io . Doing that gave me a handy URL having all the collected data in a JSON, through which I could dynamically load latest collected survey data in my…
Nikhil VJ
  • 5,630
  • 7
  • 34
  • 55
0
votes
2 answers

xvfb-run hanging on server

On our build server (bamboo launched) we are wanting to do selenium tests, to do this we are running xvfb-run, this works on our local servers which are all of the same type. If I log on to the build server and run: xvfb-run echo 'i' I get the…
Kevin
  • 383
  • 5
  • 16