This is the documentation for Bamboo 5.8. View this page for the

Unknown macro: {spacejump}

of Bamboo, or visit the latest Bamboo documentation.

Version control capabilities let Bamboo know where the client application for a version control system is located, so that Bamboo can perform a checkout whilst building. Bamboo requires that a capabilitiy for at least one of the following version control repositories be set so that Bamboo can check out source code from that repository type:

  • Git 
    If no capability is provided, Bamboo will use its built-in Git implementation. Note that the built-in Git implementation does not support symbolic links, submodules, automatic branch detection or automatic merging.
  • Mercurial

 

SVN サポートはすべての Bamboo エージェントに組み込まれているので、SVN 機能を作成する必要はないことに注意してください。

バージョン管理実行ファイルのパスの例

エージェントに機能を設定する必要があるバージョン管理システムについては、次の表に Linux システムと Windows システムの両方のパスの例を示します。

これらのパスは、実際のシステムの構成によって異なる場合があることに注意してください。

機能タイプパスの例
Git
  • /usr/bin/git
  • C:\Program Files\Git\git.exe
Mercurial
  • /usr/local/bin/hg 
  • C:\Program Files\Mercurial\hg.exe

新しいバージョン管理機能を定義するには

  1. 対象のエージェントに移動します。
  2. ローカル エージェントまたはリモート エージェントを選択します。
  3. [機能タイプ] から必要なバージョン管理の種類を選択します。
  4. エージェント マシン上のクライアント実行ファイルへのフル パスを指定します。

(info) Git がすでにインストールされているマシンに新しいエージェントをインストールすると、エージェントが自動的に Git クライアントを見つけます。

  • ラベルなし