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

How to trigger an oozie workflow job with Bamboo?

I am new to bamboo. I know in general how to trigger an oozie workflow job in CDH env. Could someone please suggest some good documentation which describes this? In Bamboo I have just created a plan which does the code build pointing to my…
Sam
  • 1,333
  • 5
  • 23
  • 36
0
votes
1 answer

2-step build and deployment of Symfony application

We are using Atlassian Bamboo to deploy our web applications to testing and production servers. This is a two-step process. build and test the release deploy the release to the environment This run relatively stable, but we are running into some…
Tom Cannaerts
  • 628
  • 1
  • 5
  • 14
0
votes
0 answers

How to resolve dependencies in Bamboo build?

I have created bamdoo build wich checkouting git repository and started sbt build with tests. There are several sbt reposotories including one from local network. So bamboo build fails with strange message: [0m…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

Bamboo Script Task using inline bat commands failing

Im new to Bamboo and just trying to run this two lines of code in the script task. cd C:\apache-jmeter-2.11\bin\ jmeter-n.cmd Test.jmx​ It is failing and it is showing this message on the logs. Failing task since return code of [c:\Program…
Dandansoy
  • 21
  • 6
0
votes
1 answer

Linkage error after modifying .m2 folder in Bamboo

What I'm trying to do is use Bamboo to build a Maven project, then deploy it to Amazon Web Services Elastic Beanstalk. I'm able to build and deploy from my local straight to EB, but we want to separate the two processes and do them through Bamboo…
0
votes
0 answers

Bamboo is giving perforce error for a build

22-Aug-2014 11:03:15 version: 22-Aug-2014 11:03:15 [echo] 1.0.0-MAIN-22328-23.${build.number} 22-Aug-2014 11:03:15 22-Aug-2014 11:03:15 revert: 22-Aug-2014 11:03:17 [p4edit] error: Invalid changelist number…
Uska
  • 65
  • 1
  • 6
  • 14
0
votes
2 answers

Continuous Integration with Jasmine and Play framework?

Were doing some TDD at uni and I'm wondering if it is easy enough to get continuous integration with a tool like Jenkins or Bamboo for a javascript based app using the Play Framework (with a tiny bit of Scala) and looking to use testing frameworks…
jsky
  • 2,225
  • 5
  • 38
  • 54
0
votes
2 answers

How to get the current date in a script using bamboo

How can you get the current date in YYYYMMDD formate in a Atlassian Bamboo script?
stef52
  • 1,089
  • 2
  • 15
  • 23
0
votes
2 answers

TFS workspaces "Error trying to get mapping"

Background : I'm using Bamboo for several projects (business requirement) as a build and deployment controller and TFS as a repo. The TFS plugin creates a workspace for the projects on the build server as part of the build process. The mappings…
DPav
  • 1
  • 2
0
votes
2 answers

How to control order of executed Bamboo modules

Assuming I have 3 post-chain-modules named A, B, and C. How do I control the order of their execution? Maybe I want to run them in B, C, A order. Anyway to do that? What is the logic Bamboo uses to order execution of modules?
Christopher Dancy
  • 656
  • 2
  • 10
  • 21
0
votes
1 answer

Invoke jar on remote windows machine using SSH

I'm using Bamboo as a CI (living on an AWS linux box) and have setup an SSH task where by I wish to invoke a jar file on another, physical, Windows machine. I have setup an SSH client on the Windows machine (Dameware SSH) and have setup a user…
Steerpike
  • 1,712
  • 6
  • 38
  • 71
0
votes
1 answer

Bamboo can't execute a command starting with "./" after upgrading to 5.4

Bamboo is running on a Windows Server 2008 box. We were on Bamboo 5.0.1 and I upgraded to 5.4.3. We have several jobs using Grails Wrapper and Gradle Wrapper. There are Executables registered in Bamboo of ./grailsw and ./gradle. These worked…
JDiPierro
  • 802
  • 1
  • 9
  • 28
0
votes
1 answer

Configuring bamboo to run automated test using appium cucumber in Android

I am creating a sample android application to run automated test case using Appium + Cucumber. My source code is in GitHub. It compiles and runs in command prompt, which confirms me that the all environmental settings and installations are fine. I…
Nilanchala
  • 5,891
  • 8
  • 42
  • 72
0
votes
1 answer

Download Artifacts from Bamboo Ondemand

I am trying to build and deploy a .NET web application using Bamboo OnDemand. Built successfully but I am struggling to find a way to deploy the artifacts to one of our internal server. And I cant open the firewall. I tried Bamboo CLI's getArtifact…
Riyaz
  • 1
  • 1
  • 3
0
votes
1 answer

Bamboo CI build script for different store apk

So, i have an android app which uses different endpoints for each store (play store, amazon store). I'm trying to create a build script in bamboo to be able to build it for "x" store. I want to give it as a variable in custom run build option in…
bobbycvi
  • 13
  • 3