Top "Bamboo" questions

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

xcodebuild says does not contain scheme

I have a curios issue. I have a project that I've worked on and always built from the XCode IDE, …

xcode xcodebuild bamboo
"Git fatal: ref HEAD is not a symbolic ref" while using maven release plugin

I get the following error output while running the Maven release plugin prepare step i.e. mvn release:prepare --batch-mode …

git maven release maven-release-plugin bamboo
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 …

java continuous-integration hudson bamboo
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 …

linux windows svn bamboo file-attributes
Are 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 …

powershell bamboo
How to tag a git repo in a bamboo build

I'm trying to tag the git repo of a ruby gem in a Bamboo build. I thought doing something like …

bamboo git-tag
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 …

javascript unit-testing continuous-integration qunit bamboo
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 …

svn tfs development-environment jira bamboo
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 …

python django deployment continuous-integration bamboo
How to have Bamboo artifacts collect a whole folders?

I have one simple plan with one simple job. Tasks: Source code checkout MSBuild Run tests Generate test report In …

bamboo artifacts