サポート対象プラットフォーム

This page describes the supported platforms for  Bamboo 5.15 .

Java

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

Flavorバージョンサポートコメント

Oracle JDK

1.8(tick) はい

 

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(error) いいえ
1.6(error) いいえ
1.5(error) いいえ

OpenJDK

1.8(tick) はい-
1.7(error) いいえ
1.6(error) いいえ
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

Bamboo is a pure Java application and runs on any platform, provided all the JDK requirements are satisfied. However, only the following operating systems are supported:

OSバージョンサポートコメント

Microsoft Windows

-(tick) はい 

Linux

-(tick) はい

You should 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

-

(tick)  はい-
OS X-(tick)  はい-

 

アプリケーションサーバー

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

データベース

データベースバージョンサポートコメント

MySQL

5.7(tick)  はい

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

Supported only with the InnoDB storage engine.

5.6.3(tick)  はい
5.6(error)  いいえ
5.5(error)  いいえ
5.1(error) いいえ
5.0.x(error) いいえ

PostgreSQL

9.2 〜 9.6(tick) はいPostgreSQL is supported when used with the JDBC driver bundled with Bamboo.
9.0、9.1 (error) いいえ
8.x(error)  いいえ

Microsoft SQL Server

2012,2014, 2016(tick) はいSQL Server is supported when used with JTDS.
2005,2008(error)  いいえ

Oracle

12c (tick) はい 
10g, 11g(error) いいえ 

HSQLDB

-(tick) はい

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

ブラウザバージョンサポートコメント
Microsoft Edge-(tick)  はいLatest stable version supported.

Microsoft Internet Explorer

11(tick) はい-
8,9, 10(error) いいえ

Mozilla Firefox

-(tick) はいLatest stable version supported.

Safari

-(tick) はい

Chrome

-(tick) はい

Source repositories

リポジトリ

バージョン

サポートコメント
Mercurial1.7 以降(tick) はいWe support the latest minor releases of versions 1.7+

Subversion

1.5-1.8 (version requirement applies only to the server)

(tick) はい
  • 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.8.1.5+

(tick) はいOn Windows, we recommend using Git for Windows.

perforce

-

(tick) はい-

CVS

-(tick) はい-

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.

 

Operating systems

OSバージョンサポートコメント

Microsoft Windows

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

Linux

-(tick) はい

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
Solariswith Java JDK 1.8.x(tick) はい-
OS X-(tick) はい-

 

 

 

最終更新日 2017 年 8 月 30 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.