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

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

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

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
Solaris

with Java JDK 1.8.x

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


 

 

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

アプリケーション サーバーバージョンサポートコメント

Apache Tomcat

8.0.x(tick) はいWe only support the Tomcat version bundled with Bamboo.

 

データベース

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

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(tick) はい
5.5(error) いいえ
5.1(error) いいえ
5.0.x(error) いいえ

PostgreSQL

9.2、9.3、9.4、9.5(tick) はいPostgreSQL is supported when used with the PostgreSQL Driver 9.3.x JDBC4.
9.0、9.1(error) いいえ
8.x, 9.6(error) いいえ

Microsoft SQL Server

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

Oracle

12C (tick) はい 
11G(error) いいえ 
10G(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

with server 1.5-1.8

(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) はい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.

 

The requirements for agents and custom images are the following:

Java

名前

バージョン

サポート

Oracle JDK

1.8(tick) はい
1.7(error) いいえ

1.6

(error) いいえ

OpenJDK

1.8

(tick) はい
1.7(error) いいえ
1.6(error) いいえ

For information about stock images in Bamboo, see stock images.

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 年 7 月 6 日

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

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