Supported platforms

Still need help?

The Atlassian Community is here for you.

Ask the community

This page describes the supported platforms for Bamboo 5.9.x.

See also:

Java

You only need to run the agent and server using a supported JDK. Agents can build software with any JDK version.

FlavorVersionSupportComment

Oracle JDK

1.8(tick) yes

For Bamboo server, it is not enough to have just the JRE. Please ensure that you have the full JDK.

You can download the Java SE Development Kit (JDK) from the Oracle website.

1.7(warning) deprecated
1.6(warning) deprecated
1.5(error) no

OpenJDK

1.8(tick) yes-
1.7(warning) deprecated
1.6(error) no
tip/resting Created with Sketch.

Once the JDK is installed, you will need to set the JAVA_HOME environment variable, pointing to the root directory of the JDK. Some JDK installers set this automatically (check by typing 'echo %JAVA_HOME%' in a command prompt, or 'echo $JAVA_HOME' in a shell). You need to do this before installing Bamboo, as Bamboo will automatically configure JDK capabilities based on the system environment variables on your machine.

Operating systems

OSVersionSupportComment

Microsoft Windows

-(tick) yesBamboo is a pure Java application and runs on any platform, provided all the JDK requirements are satisfied.

Linux

-(tick) yes

You must create a dedicated user to run Bamboo. Bamboo runs as the user it is invoked under and can potentially be abused.

An example of how to create a dedicated user to run Bamboo in Linux:

$ sudo /usr/sbin/useradd --create-home --home-dir /usr/local/bamboo --shell /bin/bash bamboo

Solaris

 with Java JDK 1.7.x(tick) yes-

OS X

-(tick) yes-

Application servers

Application serverVersionSupportComment

Apache Tomcat

7.0.x(tick) yesWe only support the Tomcat version bundled with Bamboo.

 

Databases

DatabaseVersionSupportComment

MySQL

5.6(tick) yesMySQL is supported when used with the JDBC Connector/J 5.1.
5.5(tick) yes
5.1(warning) deprecated
5.0.x(error) no

PostgreSQL

9.0, 9.1, 9.2, 9.3, 9.4(tick) yesPostgreSQL is supported when used with the PostgreSQL Driver 9.3.x JDBC4.
8.x(warning) deprecated

Microsoft SQL Server

2012(tick) yesSQL Server is supported when used with JTDS 1.2.8
2008(warning) deprecated
2005(warning) deprecated

Oracle

11G (tick) yeswith Oracle 11.2.x
10G(error) no-

HSQLDB

-(tick) yes

Evaluation only.

Bamboo ships with a built-in HSQL database, which is fine for evaluation purposes but is somewhat susceptible to data loss during system crashes. For production environments we recommend that you configure Bamboo to use an external database.

Web browsers

BrowserVersionSupportComment

Microsoft Internet Explorer

11, 10, 9(tick) yes-
8(error) no

Mozilla Firefox

-(tick) yesLatest stable version supported.

Safari

-(tick) yes

Chrome

-(tick) yes

Source repositories

Repository

Version

SupportComment

Mercurial

client: 1.6-2.1.x

(tick) yesNOTE : Mercurial 2.1 has a bug that makes it incompatible with Bamboo. Please use Mercurial 2.1.1 or later.
client: 2.1.0(error) no

Subversion

with server 1.5-1.8

(tick) yes
  • Bamboo 4.2, and later versions, support Subversion 1.7, but use the Subversion 1.6 Workspace Format by default to keep backwards compatibility with older Subversion working copies. You can set the bamboo.svn.wc.format system property if your Bamboo plans need to use Subversion 1.7 commands as part of your build scripts. See Setting Bamboo to Support Subversion 1.7 Workspace Format for details.
  • Bamboo works with Subversion 1.8, and supports the 1.8 Workspace Format.

Git

with client 1.7.9+

(tick) yes-

Perforce

-

(tick) yes-

CVS

-(tick) yes-

Agents and custom images

Atlassian does not support custom elastic images. Consider customising the elastic agents started from your existing image instead. 

The requirements for agents and custom images are the following:

Java

Name

Version

Support

Oracle JDK

1.8(tick) yes
1.7(warning) deprecated

1.6

(error) no

OpenJDK

1.8

(tick) yes
1.7(warning) deprecated
1.6(error) no

 

 

Last modified on Jan 19, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.