Tagged Questions
Bamboo is a continuous integration server from Atlassian Software Systems, the makers of JIRA, Confluence and Crowd.
25
votes
5answers
6k views
Bamboo Vs. Hudson(a.k.a. Jenkins) vs Any other CI systems
Anyone out there have experience with both Hudson and Bamboo? Any thoughts on the relative strengths and weaknesses of these products?
Okay, since folks keep mentioning other CI products I'll open ...
22
votes
5answers
5k views
Running JavaScript unit tests headlessly in a Continuous Integration build
I have a webapp build plan running on a Continuous Integration system (Atlassian Bamboo 2.5). I need to incorporate QUnit-based JavaScript unit tests into the build plan so that on each build, the ...
14
votes
6answers
2k views
Do you know any hosted CI server?
I'm looking for a hosted CI/build server such as hudson (or should I call it jenkins know ;) ) or bamboo. But I can't find any websites who are proposing that kind of service, except Jira Studio.
Do ...
11
votes
3answers
5k views
TeamCity and JIRA?
Is it possible for TeamCity to integrate to JIRA like how Bamboo integrates to JIRA? I couldnt find any documentation on JetBrains website that talks about issue-tracker integration.
FYI: I heard ...
6
votes
10answers
6k views
TFS vs. JIRA/Bamboo/SVN
this week I participated a presentation of the 2008 TFS. Currently we are using Jira and Svn (and maybe Bamboo). What solution to you prefer?
5
votes
2answers
205 views
Changing package names before building in Bamboo
I recently discovered that BlackBerry treats all classes with the same fully-qualified name as identical--regardless of whether they are in entirely different apps or not--causing apps that use ...
4
votes
1answer
132 views
Trying to use Bamboo and MSDeploy
I have a builder in Bamboo that I've created pointing to MSDeploy executable.
I want to take a backup of the current web site before I deploy the new one.
Here is the command line that I'd run:
...
4
votes
4answers
1k views
thoughtworks go vs atlassian bamboo
Does anyone have any comments on one vs the other.
We're looking at trying to automate our release process from dev into test into uat into production, including running unit tests, having code ...
4
votes
1answer
1k views
Atlassian Bamboo with Django & Python - Possible?
At my company, we currently use Atlassian Bamboo for our continuous integration tool. We currently use Java for all of our projects, so it works great.
However, we are considering using a Django + ...
3
votes
2answers
127 views
“Serialize” Bamboo builds?
We are using Bamboo v3.1.1 as our continuous integration build server, and it works quite well - most of the time.
One issue we're having is that we're doing a fair amount of database-oriented ...
3
votes
2answers
572 views
Heroku cedar: slower response time than bamboo?
I've a rails 3 app, running well/fast on herokus bamboo stack.
To test whether my app works on the upcoming cedar stack, I've deployed it to heroku, following the "getting started" guide. To my ...
3
votes
2answers
813 views
Bamboo to Build Specific SVN Revision
Imagine there's a project in Bamboo with two build plans: Staging Deployment (SD) and Production Deployment (PD). Building SD checks out latest sources, builds them and deploys a web site to a staging ...
3
votes
3answers
1k views
Bamboo Continous Integration
i am new to this continous integration tool..named Bamboo .. could someone point me to the right direction where i can get information about how to setup this bamboo .. how to write scripts for ...
3
votes
2answers
542 views
Is there a way to run Bamboo tests simultaneously?
Currently, I have two selenium-junit tests configured to run on bamboo about the same time. One test runs on MachineA (selenium etc. installed) and the other on MachineB (selenium etc. installed). ...
2
votes
2answers
63 views
Windows Mercurial global keychain
I'm in the middle of trying to get mercurial working on a windows build server and am having issues. I went to the trouble of setting up the mercurial keychain (I had to install tortoisehg), and it ...
2
votes
2answers
104 views
Listing all builds of a Jira project performed by Bamboo
I have recently integrated my Jira Server (4.3.x) with my Bamboo Server (3.1.x) and Subversion server (Collabnet 1.6.x). When I click on the build tab of a project on Jira, it only lists those builds ...
2
votes
1answer
388 views
Release Management - Maven, Bamboo and JIRA
I'd like to find the best way to manage releases using Maven 2, Bamboo 3.1 and JIRA 4.3. I've tried many things but I keep hitting dead ends due to bugs or missing functionality.
My end goal is to ...
2
votes
1answer
391 views
OpenCover MSBuild Integration - No results generated
After getting OpenCover to work on my machine, the next step is getting it to work with the build server.
I've been trying to integrate OpenCover with MSBuild on a Bamboo Build Server. I have ...
2
votes
2answers
132 views
How to set “execute” attribute to a file and check it in SVN from Windows?
I have SVN configured in Linux at a different location and I need to check-in a shell script to SVN with executable attribute ON from Windows. I use Bamboo as CI, which checks out sources from SVN and ...
2
votes
3answers
57 views
Should my builds be committed?
This is for a web based project where my serverside application code and client side JS/HJTML is under version control. Lets say I release version 1.0, and create a new branch from the trunk with the ...
2
votes
1answer
96 views
Atlassian Bamboo: Triggering a build without pulling the mercurial repository
Is it possible on Atlassian Bamboo to check if an update was made on a mercurial repository and trigger a build without pulling all the source code?
I mean, I only need to launch a deploy file that ...
2
votes
2answers
352 views
Android: How to Install the Instrumentation APK onto an AVD in a Headless Host
I'm trying to integrate Android JUnit tests with our Bamboo Ant builds. I've already tested the setup locally, and I'm able to run tests.
But when I tried the same setup in our Bamboo server, I get ...
2
votes
2answers
137 views
Atlassian Bamboo: First plan with a simple job of downloading a local git repo
I just downloaded the free trial of Bamboo continuous integration server, and created the first plan with nothing but downloading the source code from the git. I have a local git repository on the ...
2
votes
3answers
220 views
Want artifact traceability without giving up the SNAPSHOT qualifier
Background. My org uses Maven, Bamboo and Artifactory to support a continuous integration process. We rely on Maven's SNAPSHOT qualifier to help manage storage in Artifactory (rotate out old SNAPSHOT ...
2
votes
1answer
276 views
How to configure Bamboo such that it pulls automatically the dependent jars from a local repository that is in SVN?
I have configured maven with Bamboo and have a local repository that contains organization specific jars. These jars are stored in SVN. The problem is that when ever I add a jar to the repository (in ...
2
votes
0answers
306 views
QualityToolsPackage Failed to Load in Build?
I am using Bamboo [from Altassian] and it uses the devenv.com builder to build solution files. Currently, I seem to be getting a "false" error in my builds - that I've tried to solve by myself but ...
2
votes
0answers
181 views
OSX Security Unlock Issue using Bamboo
We are using Atlassian Bamboo to build iphone apps.
We run bamboo remote agent on an OSX Server to build.
The script used ...
2
votes
4answers
909 views
Anyone have an XSL to convert Boost.Test XML logs to a presentable format?
I have some C++ projects running through cruisecontrol.net. As a part of the build process, we compile and run Boost.Test unit test suites. I have these configured to dump XML log files. While the ...
2
votes
1answer
103 views
Harmonized sales tax headaches
Alright Im using the BambooInvoice software, and where I am, we have two sales taxes.
This is how they work
price of item * tax1 = Sum1Tax1
Sum1tax1 *tax2 = Final sales price
Currently, Bamboo ...
1
vote
1answer
15 views
In Bamboo Build server how do I prevent 2 particular plans from running at the same time?
I am running Bamboo 3.4.2. I have 2 plans (among many), one scheduled and one commit triggered, that I need to prevent running at the same time as they conflict. They are in the same Project so if ...
1
vote
0answers
57 views
Bamboo + sonar.dynamicAnalysis=reuseReports = 0% Rules Compliance
Bamboo is in place to do continuous builds, but want to use Sonar for quality metrics tracking. Unit test pass/fail and Clover code coverage metrics must be captured in Bamboo. But, these same values ...
1
vote
2answers
87 views
Is it possible to share a single build number between plans of a Bamboo project?
I am using Atlassian Bamboo as my continuous integration server. For a project, I’ve defined two plans, namely development plan and release plan. Unfortunately, Bamboo uses two separate build numbers ...
1
vote
1answer
52 views
Create a Jira Issue Overview into a Bamboo build?
This is the situation:
We are using Jira to track all Bugs, Development Issues etc. and we are using Bamboo to build the Projects and Packing them into Zip Archives. All the Source-Code is committed ...
1
vote
1answer
111 views
Creating a Windows AMI for Bamboo in JIRA Studio for builds
Prerequisites I have:
- JIRA Studio (hosted)
- with Bamboo 3.0.4
- ami-1cbd4475
I'm assuming that I must install the Bamboo remote agent (some jar) to this instance of Windows. But I neither can ...
1
vote
1answer
263 views
Any best practices for integrated usage of svn, Jira and Bamboo?
I currently have focused setting up a software configuration management process using svn, Jira and Bamboo. Unfortunately, I cannot find any defined or standard practices using the mentioned tools. I ...
1
vote
2answers
113 views
Should I have multiple build.xml files for one project (dev,staging,production)
I'm working to get my head wrapped around ANT, CI, SVN and deploying. I have a dev server, a staging/qa server and a production server and the build server.
In theory, the CI Build server (bamboo) ...
1
vote
0answers
89 views
WatiN Test: Internet Explorer not opening in windows 2008 server using Bamboo
I am using Bamboo service to execute my tests using msbuild script. But the Bamboo service is unable to open IE on the server.
Important: I am running Bamboo as windows service. So basically IE is ...
1
vote
1answer
75 views
Changing the user executing the build script in Atlassian Bamboo
Here is my problem:
I have a python build script building a .air package and deploying it on a server. If I run this script from a cmd.exe window, there is no problem, the files are correctly created ...
1
vote
1answer
147 views
Bamboo recognising JBehave tests
I have setup Bamboo to run JBehave tests on a remote agent (with JBehave-web plugin launching test using webdriver), and everything runs fine. Only problem is after the execution is finished Bamboo ...
1
vote
0answers
36 views
How do I authorize Eclipse to retrieve bamboo results?
I've just installed the Eclipse Connector and added a repository for Jira which works fine. I've also added a repository for bamboo, which showed all the build on the server and I selected a subset of ...
1
vote
0answers
119 views
Bamboo - jmeter aggregate performace
We are working on integrating jMeter into Bamboo (using maven/chronos) in order to automate performance tests using build scheduling and dependencies.
Before we began work on this project, IT had ...
1
vote
1answer
89 views
Central store for build artifacts in .Net
I know Maven has a central repository that you can upload build artifacts (assemblies) and reference them in your build script so that you get the latest versions.
Is there any similar tool (other ...
1
vote
4answers
438 views
Adopting Bamboo or TeamCity as native Windows C++ build automation/CI server?
At the moment, we are running our automated (not CI as such) builds via FinalBuilder via a very simple homegrown Apache interface that just launches the FB scripts on our server. (I like FinalBuilder, ...
1
vote
2answers
147 views
How can I migrate from CruiseControl.Net To Atlassian Bamboo?
I am thinking of making a move from our homegrown CI/CD system to Bamboo + jira.
We are a .Net shop and so the tools need to support the execution of msbuild/msdeploy executables as well the running ...
1
vote
1answer
352 views
Why can I manually build a Python MSI installer, but my Bamboo remote agent service fails to?
Background
My Bamboo server is running on Linux. I use Bamboo to build executable installers and source distributions for a Python app.
I can't build MSI installers for my Python package from Linux, ...
1
vote
1answer
375 views
Using Atlassian Bamboo for CI for .Net projects
Can anyone point me at a good resource on getting Bamboo to work for .Net projects (Bamboo 3, VS2010)? Despite its size, Atlassian's own help files are not all that useful, they almost totally lack ...
1
vote
2answers
397 views
How to get atlassian bamboo to trigger a build automatically from a post commit hook
Trying to trigger atlassian bamboo 2.7 to do a build after we do commits to our git server.
Apparently I have to hit a certain api url with wget:
wget --no-check-certificate ...
1
vote
3answers
247 views
Is anyone familiar with Bamboo sharepoint products?
We are looking at 3rd party application solution providers for SharePoint, and are interested in the Bamboo products (bamboosolutions.com).
Has anyone had any experience with these products? Are they ...
1
vote
2answers
412 views
How might maven's buildNumber metadata become inconsistent across multiple build agents?
We recently added a second build machine to our build environment and began experiencing very odd occasional build failures.
I have two separate Maven build machines, A and B, each running Maven ...
1
vote
1answer
258 views
Why is my Bamboo build blocked by a Java subprocess?
I am working on a legacy Java Enterprise server project, trying to set up nightly builds. We are using Java 5, Maven 2, JBoss 4.2 and Atlassian Bamboo 2.1.5. The idea is that we have a Bamboo agent on ...