Specifying Bamboo's working directory

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

The Working Directory is where Bamboo temporarily puts the checked-out files it is building. The location of this directory was specified using the Setup Wizard, can be viewed as described in Bamboo's system information, and can be changed as described below.

By default, this directory is located under the  xml-data  directory in the Bamboo home directory.

Each build's jobs have their own working directory relative to this configured working directory:

xml-data/build-dir/JOB_KEY

If Concurrent Builds are enabled, local agent builds will use the format:

xml-data/build-dir/AGENT_ID/JOB_KEY

 

To change the location of Bamboo's working directory:

  1. Bamboo をシャットダウンします。
  2. Open the <Bamboo-Home>/bamboo.cfg.xml file in a text editor. Find the following line -

    ....
        <property name="buildWorkingDir">/home/Bamboo-home/xml-data/build-dir</property>
    ....
  3. Edit the Bamboo working directory to point to a new folder on disk.
  4. Save the changes and restart Bamboo.
    Note: Bamboo will do a fresh checkout and perform a clean build of all your plans, once the directory is changed.
最終更新日 2020 年 7 月 20 日

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

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