This page describes the supported platforms for Bamboo 5.x.x.
Key: = Supported;
= Not Supported
Java |
|
|
|---|---|---|
Oracle JDK |
| For the 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. 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 DOS 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. 1Note that your agents can build software with any JDK version. You only need to run the agent and server using a supported JDK. Note: Bamboo does NOT work with OpenJDK 1.6.0 |
| OpenJDK |
| |
Operating Systems |
| |
Microsoft Windows | Bamboo is a pure Java application and should run on any platform, provided all the JDK requirements are satisfied. If you are using Linux/UNIX: A dedicated user should be created to run Bamboo, as Bamboo runs as the user it is invoked under and therefore can potentially be abused. Here is 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 | |
Linux / Solaris | ||
Apple Mac OS X | ||
Application Servers |
| |
Apache Tomcat |
| Deploying multiple Atlassian applications in a single Tomcat container is not supported. We do not test this configuration and upgrading any of the applications (even for point releases) is likely to break it. There are also a number of known issues with this configuration (see this FAQ for more information).
We also do not support deploying multiple Atlassian applications to a single Tomcat container for a number of practical reasons. Firstly, you must shut down Tomcat to upgrade any application and secondly, if one application crashes, the other applications running in that Tomcat container will be inaccessible. Finally, we recommend not deploying any other applications to the same Tomcat container that runs Bamboo, especially if these other applications have large memory requirements or require additional libraries in Tomcat's |
Databases |
| |
MySQL |
| |
PostgreSQL |
| |
Microsoft SQL Server |
| |
Oracle |
| |
HSQLDB |
| 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 |
| |
Microsoft Internet Explorer |
| |
Mozilla Firefox |
| |
Safari |
| |
Chrome |
| |
Source Repositories |
| |
Mercurial |
| NOTE : Mercurial 2.1 has a bug that makes it incompatible with Bamboo. Please use Mercurial 2.1.1 or later. |
Subversion |
|
|
Git |
| |
Perforce | ||
CVS |
Notes
Please note, Atlassian does not support custom elastic images. Consider customising the elastic agents started from your existing image instead. See Creating a custom elastic image.
7 Comments
Anonymous
Aug 22, 2011What is the installed size of Bamboo? we're doing planing to setup the JIRA server and need to be able to add up the storage space.
thanks--
AntonA
Aug 23, 2011The raw installed size is about 140MB.
I am not sure if you are actually asking about how much disk space Bamboo will use once it's running.
That heavily depends on your usage pattern, i.e. how many plans you will have, how many tests each plan will be executing (i.e. how large your test results are going to be), how many artifacts you are going to have and how large they are.
We have Bamboo instances that get away with using 100MB on top of the installed size and ones that go up to 1TB.
The best thing to do is allocate about 200-300MB on top of the installed size, start small and see how much you will need on top if your usage will grow.
Cheers,
Anton
Gael CROVA
Feb 15, 2013Hi,
Do you have same page regarding supported platforms and operating systems for Bamboo Agents ?
I'm specially interested to know if bamboo agent can run on z OS (or if a "running" JDK is enough).
Thanks in advance
Regards
Gael
Anonymous
Jun 06, 2013I've added JAVA_HOME environment variable but the installation fails saying it can't locate java. This is on Windows 2008 with JDK 1.7.
Is there any further information on getting this to work?
Anonymous
Jun 07, 2013I am also having the same issue of JAVA_Home. It is saying it can't locate Java. On Windows 7 JRE 7 installed
Jason McIntee
Jun 13, 2013Did you make sure there are no spaces in your java_home path location. Atlassian doesn't really work well when that is the case.
TIm S
Dec 28, 2014For those of you having issues with bamboo not finding the jre install, even though JAVA_Home is defined:
I'm just about through my run of the dragon challenge, and came across this issue, I believe that bamboo needs to match the jdk you installed so far as 32bit vs 64bit goes. The dragon challenge guide suggests installing the 32bit jdk, which I did. I installed the x64 version of all of the other tools however, and attempted to do the same with Bamboo, receiving this error. Switching to the 32bit version of bamboo has resolved this error for me and enabled me to continue through the install process.