Documentation for Bamboo 4.3.x. Documentation for other versions of Bamboo is available too.

This page provides an overview of key tools in Bamboo that you can use to manage the continuous deployment and delivery of your application.

You may also find the following features in Bamboo useful:

Tomcat を使用してデプロイする

Bamboo では、Tomcat 6 または 7 を使用して Java Web アプリをデプロイして管理できます。Maven や Ant を直接操作したり、特別なスクリプトを記述したりする必要はありません。

See Using Tomcat with Bamboo for continuous deployment.

SCP を使用してファイルをコピーおよび移動する

Bamboo SCP タスクを使用すると、Bamboo ジョブの一環として、Bamboo ディレクトリから、リモート サーバーにファイルをアップロードすることができます。SCP タスクでは、複数のファイルをコピーすることができます。コピーされたファイルのディレクトリ構造は保持されます。

See Using the SCP task in Bamboo.

Executing remote commands with SSH

You can use the Bamboo SSH task to execute a SSH command on a remote computer as part of a Bamboo job.

See Using the SSH task in Bamboo.

Integrating with JIRA

Releasing a new version of software usually involves a number of tasks, such as releasing the version in JIRA, building and testing, merging code, creating tags, creating branches, labelling builds, etc. If you have integrated Bamboo with Atlassian's JIRA, you can trigger these tasks to run automatically at the release of a version in JIRA.

See Running a Bamboo Build when Releasing a Version.

Heroku と統合する

You can use Bamboo to deploy your Java web application to the Heroku cloud platform.

See Using the Heroku task in Bamboo.

MSDeploy を使用して ASP.NET アプリをデプロイする

You can use Bamboo to deploy your ASP.NET web application by using a Script task to run msdeploy.exe.
The MSDeploy command-line syntax is available at: http://technet.microsoft.com/en-us/library/dd569106(v=ws.10).aspx
  • ラベルなし