Java
You only need to run the agent and server using a supported JDK. Agents can build software with any JDK version.
Flavor | Version | Support | Comment |
---|---|---|---|
Oracle JDK | 1.8 | 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 | no | ||
1.6 | no | ||
1.5 | no | ||
OpenJDK | 1.8 | yes | - |
1.7 | no | ||
1.6 | no |
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
OS | Version | Support | Comment |
---|---|---|---|
Microsoft Windows | - | yes | Bamboo is a pure Java application and runs on any platform, provided all the JDK requirements are satisfied. |
Linux | - | 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.8.x | yes | - |
OS X | - | yes | - |
Application servers
Application server | Version | Support | Comment |
---|---|---|---|
Apache Tomcat | 8.0.x | yes | We only support the Tomcat version bundled with Bamboo. |
Databases
Database | Version | Support | Comment |
---|---|---|---|
MySQL | 5.7 | yes | MySQL is supported when used with the JDBC Connector/J 5.1. Supported only with the InnoDB storage engine. |
5.6 | yes | ||
5.5 | no | ||
5.1 | no | ||
5.0.x | no | ||
PostgreSQL | 9.2, 9.3, 9.4, 9.5 | yes | PostgreSQL is supported when used with the PostgreSQL Driver 9.3.x JDBC4. |
9.0, 9.1 | no | ||
8.x, 9.6 | no | ||
Microsoft SQL Server | 2014 | yes | SQL Server is supported when used with JTDS 1.2.8 |
2012 | yes | ||
2008 | no | ||
2005 | no | ||
Oracle | 12C | yes | |
11G | no | ||
10G | no | ||
HSQLDB | - | 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
Browser | Version | Support | Comment |
---|---|---|---|
Microsoft Edge | - | yes | Latest stable version supported. |
Microsoft Internet Explorer | 11 | yes | - |
8, 9, 10 | no | ||
Mozilla Firefox | - | yes | Latest stable version supported. |
Safari | - | yes | |
Chrome | - | yes |
Source repositories
Repository | Version | Support | Comment |
---|---|---|---|
Mercurial | 1.7+ | yes | We support the latest minor releases of versions 1.7+ |
Subversion | with server 1.5-1.8 | yes |
|
Git | with client 1.7.9+ | yes | We recommend using Git for Windows. |
Perforce | - | yes | - |
CVS | - | yes | - |
Agents and custom 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.
The requirements for agents and custom images are the following:
Java
Name | Version | Support |
---|---|---|
Oracle JDK | 1.8 | yes |
1.7 | no | |
1.6 | no | |
OpenJDK | 1.8 | yes |
1.7 | no | |
1.6 | no |
For information about stock images in Bamboo, see stock images.
Operating systems
OS | Version | Support | Comment |
---|---|---|---|
Microsoft Windows | - | yes | Bamboo is a pure Java application and runs on any platform, provided all the JDK requirements are satisfied. |
Linux | - | 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.8.x | yes | - |
OS X | - | yes | - |