Supported platforms

This page describes the supported platforms for  Bamboo 6.6 .


Definitions:

(tick) Supported - you can use Bamboo with this platform.

(info) Limited - you can evaluate Bamboo on this platform, but you can't use it to run a production Bamboo site. 

(warning) Deprecated - support for this platform will end in an upcoming release.

Java

Oracle JDK:

(tick) Java 1.8

Open JDK:

(tick)  Java 1.8

Good to know:

  • 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.
  • For Bamboo server, it is not enough to have just the JRE. Please ensure that you have the full JDK.
  • You only need to run the agent and server using a supported JDK. Agents can build software with any JDK version. 


Operating systems

Operating systems:

(tick) Microsoft Windows

(tick) Linux

(tick) Solaris

(tick) MacOS / OSX

Good to know:

  • For Linux, You should create a dedicated user to run Bamboo. Bamboo runs as the user it is invoked under and can potentially be abused. See Installing Bamboo on Linux.

Databases

MySQL:

(tick) MySQL 5.6.3

(tick) MySQL 5.7

PostgresSQL:

(tick) PostgreSQL 9.2

(tick) PostgreSQL 9.3

(tick) PostgreSQL 9.4

(tick) PostgreSQL 9.5

(tick) PostgreSQL 9.6

(tick) PostgreSQL 10

Microsoft SQL Server:

(tick) SQL Server 2012

(tick) SQL Server 2014

(tick) SQL Server 2016

Oracle:

(tick) Oracle 12c

H2:

(tick)  1.4.194 (shipped with Bamboo)

Good to know:

  • MySQL is supported when used with the JDBC Connector/J 5.1.   

    Supported only with the InnoDB storage engine.

  • PostgreSQL is supported when used with the JDBC driver bundled with Bamboo.
  • SQL Server is supported when used with  Microsoft's JDBC driver .
  • Bamboo ships with a built-in H2 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

Web browsers:

(tick) Mozilla Firefox

(tick) Chrome

(tick) Safari

(tick) Microsoft Edge

(tick) Microsoft Internet Explorer 11 

Good to know:

  • If not specified otherwise, the latest stable version supported.



Source repositories

CVS

Git

(tick) 1.8.1.5 and later

Mercurial:

(tick)  1.8 and later

Perforce

Subversion:

(tick)  1.5

(tick) 1.6

(tick) 1.7

(tick) 1.8

Good to know:

  • 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.
  • If native Git is not installed or the native Git capability is not defined, Bamboo falls back to using JGit. However, JGit does not support Git LFS. If Git LFS is required, install native Git and define it as a capability.


Docker

Docker for Mac:

(tick) 17 or later

Docker for Linux:

(tick) 17 or later


Application servers

Bamboo runs on a bundled Apache Tomcat and it's the only supported configuration.

Agents and custom EC2 images

Atlassian doesn't provide support for customized images. Bamboo provides flexibility to use customized machine images, but it's impossible for us to support all individual configurations.

Use Bamboo stock images as the base for all image customizations to ensure a minimal level of consistency of your Elastic Bamboo setup.




Last modified on Oct 19, 2018

Was this helpful?

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