Bamboo is a continuous integration and deployment server from Atlassian, the makers of JIRA, Confluence and Crowd.

learn more… | top users | synonyms

2
votes
1answer
32 views

Can Bamboo change status of tickets in JIRA

We have a Bamboo environment set up with JIRA integration. Whenever a developer commits a fixed issue to git, he notes the issue number in the commit message, and indeed I can see the proper link for ...
1
vote
1answer
54 views

Bamboo Ant Task fails when running junit task

In my current project I'm using junit tests. Runing my ant file on my local pc produces my Test Report as expected, but when bamboo tries to run my tests, it produces the following output. Whats my ...
0
votes
0answers
21 views

Bamboo: Using a newly created Tag/Branch in checkout tasks at later stages in the plan

I am trying to create a build plan which has a VCS Tagging(or VCS Branching) task in its first stage, and then at later stages uses the newly created tag(or branch) to checkout code from it(repository ...
0
votes
0answers
7 views

Accessing custom Jira ticket fields from bamboo

I have a Jira ticket which will kick off Bamboo build tasks. Due to the nature of the project, the code repository that will be used is structured as follows: trunk/product/product1 ...
0
votes
1answer
38 views

accessing Ondemand Bamboo instance's maven repository

I am having some doubts/queries about setting up Ondemand Bamboo instance. I am having cloud based Git repository. I want to checkout source code, build my project with Maven 3.x and access ...
0
votes
0answers
7 views

Maximizing the window doesn't work through the bamboo agent service

I am using the below code to maximize the browser window. obj = Win32API.new("user32.dll", "FindWindow", ['P','P'], 'i') hwnd = obj.call(classname, winname) wndConsole = Win32API.new( ...
0
votes
1answer
27 views

Is bamboo variables automatically available as environment variables?

I am trying to access Bamboo's variables as environment variables in my build script (PowerShell). For example, this works fine in TeamCity $buildNumber = "$env:BUILD_NUMBER" And I expected this ...
0
votes
0answers
21 views

Bamboo execute tasks on different machines

I have several databases to test a product on. Each database has two sets of tasks that must run in parallel. For each database I run the following two sets of tasks: Install -> Startup -> ...
0
votes
2answers
76 views

Running Test NG Selenium Tests Through SSH

I have a server, A, that has eclipse, testNG, selenium, and stuff set up on it. I have another server, B, with Bamboo setup on it. I am able to, on server A, run a testNG script that runs a set of ...
1
vote
0answers
49 views

How can I use CI:Reporter or Minitest-CI with Minitest custom runner?

I am trying to run a suite of automated tests on a CI Server written in Ruby with MiniTest. I have written a custom minitest runner a la the question below. Ruby Minitest: Suite- or Class- level ...
0
votes
1answer
47 views

Viewing test failed results bamboo 4.4.4

I have problem in Bamboo 4.4.4: I've created plan which start some tests and then it generate TestReport.xml.TestReport I try to parse it with JUnit Parser, but in Test Results Bamboo show only ...
1
vote
0answers
179 views

Bamboo's JUnit Parser won't parse my gtest output.xml

I was trying to add some automated Unit Tests to my project with Bamboo and have been facing some problems. The Unit Tests themselves are done with googletest, which creates an XML file which should ...
0
votes
2answers
52 views

Pre-commit phase using SVN and Bamboo CI server

There is a need in company to allow the QA team asses the quality of the product before the commit is done. So, we need the possibility to make a build on the CI server ( Bamboo, in our case) before ...
0
votes
0answers
15 views

Bambo build getting error

i am trying to run a build in bamboo its giving error like this Exception: com.atlassian.bamboo.repository.RepositoryException: Failed to open transport for 'file:///V:\sample2'.
0
votes
0answers
61 views

Unkown host svn:E175002

i am using bamboo, and my repository is subversion(svn), while configure svn its giving below error, i am using windows 7 OS This is not a valid Subversion Repository: svn: E175002: unknown host svn: ...
0
votes
1answer
39 views

Passing Bamboo Artifacts from One Project to Another

The current way we have our product set up is that there is a full project in Bamboo that handles just the "Shipping". This project checks everything out from git and runs the unit tests and then ...
1
vote
1answer
53 views

Execute NUnit test in Bamboo

How can I run NUnit tests in Bamboo? In the NUnit Runner an executable is required to perform the task, but I can't find any examples.
0
votes
1answer
35 views

Silverlight Unit Tests on Bamboo

I'm using Microsoft.Silverlight.Testing and MS Tests for the silverlight testing. Is it possible to run the silverlight unit tests with a Bamboo CI server?
0
votes
0answers
78 views

fatal error lnk1104: can't open LNKn.tmp

When I'm trying to build my MSVC2010 project with Bamboo's Visual-Studio task, I get the following error: LINK : fatal error LNK1181: File ...
0
votes
0answers
118 views

System can't find paths when building .sln with Bamboo

I'm trying to build a project of our Visual Studio 2010 solution with the Visual Studio task which comes with Bamboo. but once the build starts it fails to find the required files (see logfile below). ...
1
vote
2answers
249 views

Hudson / Jenkins or Bamboo, Can you store build plans in svn / git?

We would like to keep a record of plans in svn or git so we can see what steps have changed in them over time. Is this possible with Hudson/Jenkins, or Bamboo?
0
votes
1answer
60 views

Can Jenkins detect when a new build is available on a Bamboo server?

Can Jenkins detect when a new build is available on a Bamboo server? What I want is to create a Jenkins job that checks a Bamboo server for a new build. I want this job to run once per hour. Then, ...
1
vote
1answer
43 views

Is it possible to attach artifacts in an email notification in Bamboo?

We have a plan that produces an executable artifact. Is there a way to tell bamboo to email those artifacts as attachments in a build notification? For the record we're using atlassian on-demand.
0
votes
1answer
58 views

AD Integration with Jira, Stash and Bamboo

I wanna use Microsoft AD for my users to authenticate in the Atlassian products. What is the best way? Option 1: Jira -> AD Stash -> AD Bamboo -> AD Can I centralize the access to AD? ...
0
votes
0answers
71 views

Create Github hook to trigger Bamboo build

I created a Github Service hook to trigger a build in Bamboo. This is the Build Key I entered in Github master:GAUTR-UNIT This only triggers the master branch. How can I trigger the other branches ...
0
votes
1answer
30 views

Why won't Confluence let me configure my Bamboo gadgets?

I've integrated my Bamboo with Confluence by adding Application Links in both directions (two links, each in one direction). I then added Bamboo's gadget feed to Confluence, so I could use the Bamboo ...
1
vote
0answers
174 views

Enabling Release Management in Bamboo

I'm running JIRA and Bamboo which are connected by the application link. In Bamboo, there is a Maven project with the following POM: <project xmlns="http://maven.apache.org/POM/4.0.0" ...
2
votes
1answer
48 views

Bamboo doesn't recognize test in my Spring project

I have a Spring project (Apache CXF, Spring, Hibernate, Maven ...) hosted on BitBucket and I'm trying to use Bamboo as my CI server. My idea is deploying the code directly to Heroku from Bamboo so ...
1
vote
1answer
162 views

Bamboo artifacts collecting

Introduce: I have one simple plan with one simple job. Tasks: Source code checkout MSBuild Run tests Generate test report And in 4 step my utility generate test report with screenshots. Report ...
1
vote
1answer
107 views

Cannot run Telerik tests using Nunit on bamboo- Exception when starting the browser

This message is regarding the issues I am facing at the moment. Below given steps describe the process on what I am working on and where I got stuck. I created functional test cases in Telerik ...
0
votes
0answers
55 views

CI - Using Code Composer with Bamboo

I am new to CI and I am trying to get Bamboo to integrate with Code Composer. All of our developers use Code Composer to write C applications and they have just been using the build/debug commands in ...
0
votes
1answer
27 views

is there a way to have multiple connection strings for branches in bamboo?

running continuous integration with bamboo, using sql server 2008. Is there a way to have multiple connection strings for branches in bamboo?
1
vote
1answer
110 views

source 1.3 (use -source 5 or higher to enable generics)

I am using Maven 2.x, Atlassian Bamboo with maven plugin my build jdk configuration is set to 1.6 and i don't have any jdk version enforced setting in pom.xml file. When i compile project in my IDE ...
0
votes
2answers
328 views

Atlassian Bamboo CI + NodeJS

I use Atlassian Bamboo for my PHP projects and I find it extremelly useful, NodeJS is around since a while now and I'm really surprised that Bamboo does not support NodeJS out of the box. I read an ...
2
votes
1answer
171 views

Bamboo + iOS - Disable Code Signing

I'd like to use Bamboo to do continuous builds for an iOS project. The project is setup for code signing, but I don't want to install the certificates on the build machine. As a result, I need to ...
1
vote
1answer
150 views

NHibernate Second Level Cache with database change notification on desktop App

I am developing a WPF application using Nhibernate to communicate with a Posgree Database. The only caching provider that works on a desktop app is Bamboo Prevalence(Correct me if I am wrong), my ...
0
votes
0answers
101 views

How Can I Upload RDL Files to Reporting Services Without .NET

I'm trying to upload modified RDL files created in development to the production server. The at-risk here is that we're mostly a Java/Grails workshop, so I was thinking I could upload via the SOAP API ...
1
vote
3answers
126 views

xcodebuild says does not containe scheme

I have a curios issue. I have a project that I've worked on and always built from the XCode IDE, and it worked fine. Now I'm setting up Bamboo to build the project and as such am building it from ...
0
votes
1answer
48 views

Bamboo build fails for .Net mvc project

I'm trying to get a build of a simple web project on Elastic Bamboo with Atlassian OnDemand. The details of my error are discussed in this post , although the solution there requires access to the ...
1
vote
1answer
195 views

Bamboo with tSQLt - Failed to parse test result file

First of all I should point out I'm new to Atlassian's Bamboo and continuous integration in general. This is the first project where I've used either. I've created a raft of unit tests using the ...
0
votes
1answer
112 views

Atalssian Bamboo Remote Agents: Source code checkout with Plastic SCM doesn't work

We use Plastic SCM (www.plasticscm.com) as source code management tool. There is a plugin provided by codice software (Plastic SCM vendir) which works fine with local agents. But on remote agents it ...
1
vote
0answers
148 views

tests not found in bamboo when changing user agent

I have a set of tests to be run in Bamboo with Selenium&Python. I've added the following to my script (so that the tests are run with the iPhone user agent, and not the default one): ** profile ...
1
vote
0answers
36 views

Bamboo OnDemand: how to auto-generate snapshots?

I've been busy setting up our bamboo on demand instance to run the builds we previously ran on our local instance. As many others have already posted about or created tickets for (see for example ...
5
votes
1answer
229 views

Does Grails 2.1.0 Require Groovy 1.8?

I recently updated a Grails app to 2.1.0, but when I war the project I get the following error: java.lang.NoClassDefFoundError: org/codehaus/groovy/transform/powerassert/ValueRecorder Groovy ...
0
votes
0answers
43 views

What Best practices for Build Environment should we follow? [closed]

What best practices we can follow to make the builds more fast, more reliable. Which build tools to use, what best practices we can follow up for ANT/Maven scripts?
0
votes
0answers
73 views

bamboo does not checkout svn externals

I am using Subversion 1.6.6 (r40053) and Bamboo [Atlassian Confluence 4.3.3]. I have project which has svn external definition in the same repository. $ svn propget svn:externals . ...
0
votes
0answers
33 views

How to set qualifier = none for the whole build

During the build of my tool I want to disable the qualifier in order to avoid date and revision name in jar/plugin names. I saw this eclipse help site , which tells that to add qualifier = none in ...
0
votes
0answers
275 views

This is not a valid Subversion Repository: svn: E210004: Handshake failed, received: ''

This is not a valid Subversion Repository: svn: E210004: Handshake failed, received: '' URL=svn://X.X.X.X:XX/svn/project/default-pom/trunk Does someone already face this problem? Thanks for all ...
0
votes
1answer
54 views

Revision Number and build date in plugin and jars

After build I see that some of the plugin contains the Revision Number and Build date in plugin or jar name and some do not. I want to know how it is configured? Is PDE build doing this its own or ...
0
votes
0answers
37 views

Dynamic change of Artifact Definition in Bamboo

I am new to Bamboo server. Just configured it. Wanted to know if I can change the bamboo Artifact Definition each build. For example after each build if the artifacts are installed to different ...

1 2 3 4 5