Mercurial

ソース コード リポジトリへのリンク

このページの内容

このセクションの項目

お困りですか?

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

コミュニティに質問

このページでは、Mercurial リポジトリを使用するように Bamboo を設定する方法を説明します。

Bamboo では、次のレベルでリポジトリを指定できます。

  • グローバル - Bamboo のすべてのプランでリポジトリを利用できます。
  • プラン - Bamboo プランのすべてのジョブでリポジトリを利用できます。
  • ジョブ - Bamboo ジョブのすべてのタスクでリポジトリを利用できます。

推奨されるアプローチは、リンクされたソース リポジトリをグローバル レベルで設定することです。「ソース コード リポジトリへのリンク」を参照してください。

はじめる前に:

 

関連ページ

Mercurial ソース リポジトリを設定する

  1. リンクされたリポジトリ、プラン、またはジョブのポジトリ設定に移動します。「ソース コード リポジトリへのリンク」を参照してください。
  2. [リポジトリの追加] をクリックして新しいリポジトリを追加するか、既存のリポジトリ設定を編集します。
  3. [ソース リポジトリ] リストから [Mercurial] を選択します。
  4. Enter a Name to help identify the repository in Bamboo.
  5. プランの Mercurial ソース リポジトリ用に以下の設定を設定できます。

 

リポジトリ URL

Mercurial リポジトリへのフル パス (例: git://bitbucket.org/atlassian/bamboo-git-plugin.git)

有効な URL の形式は次のとおりです。

  • local/filesystem/path[#revision]
  • file://local/filesystem/path[#revision]
  • http[s]://[user[:pass]@]host[:port]/[path][#revision]
  • ssh://[user[:pass]@]host[:port]/[path][#revision]

(詳細は、Mercurial のドキュメントをご覧ください)

ブランチ   作業する関連ブランチ (またはタグ) の名前。既定のブランチで作業する場合は、空欄のままにします。
認証Username and password

You can use shared credentials or type a username and a password.

SSH private key

You can use shared credentials or upload an SSH key and provide the SSH passphrase.

SSH private key (direct connection) Upload an SSH Key. The passphrase is not required.
Default Mercurial credentials (既定の Mercurial 資格情報)Bamboo will rely on the default hg authentication. Use this option, for example, if you had set up the Bamboo server manually with SSH servers defined in .ssh/config, valid SSH identity files, etc.

詳細オプション

コマンド タイムアウト

hg コマンドが終了するまで Bamboo が待機する時間 (分数) を入力します。これは、ハングした Mercurial プロセスを停止するのに役立ちます。低速なネットワークでは、Bamboo が Mercurial リポジトリの最初のクローンを作成できるように、既定のタイムアウトを長くすることを検討してください。

詳細なログ hg コマンドの --verbose および --debug オプションをオンにして、出力をビルド ログに渡します。Bamboo で Mercurial に関する問題が発生した場合は、このオプションを使用してください。
POM ファイルの場所

(上記で定義した) Mercurial の [リポジトリ URL] のルートを基準にして、プロジェクトの pom.xml ファイルへのパスを入力します。

(Maven 2 プロジェクトをインポートする場合にのみ利用可能) 

Disable repository caching (リポジトリのキャッシュを無効にする)このオプションを選択すると、サブリポジトリのサポートが有効になります。
Enable Quiet Period (待機期間を有効にする)1 つのコミットが検出されてからビルドが開始されるまでの遅延を指定します。これによって、複数のコミットを 1 つのビルドに集約できます。
Include/Exclude Files (ファイルを含める/除外する)

Bamboo が変更を検出するために使用する (または使用しない) ファイルを指定できます。

[ファイル パターン] に、Bamboo が含める (または除外する) ファイルに一致する正規表現を入力します。この正規表現パターンは、リポジトリ内のファイル パスと一致しなければなりません。例については、「サブページ」を参照してください。

Exclude Changesets (チェンジセットを除外)ビルドを開始しないチェンジセットのコミット メッセージに合うように正規表現を入力します。
Web リポジトリ  

Web ブラウザでリポジトリを表示できる場合は、リポジトリの種類を選択します。

これによって、関連するファイルへのリンクをビルド結果の [コード変更] セクションに表示できます。

Mercurial Web リポジトリ - 次のいずれかのビューアー スキームを選択します。

    • Bitbucket Web リポジトリ スキーム (Bitbucket を使用している場合)
    • 既定の Web リポジトリ スキーム (hgserve) (Mercurial 独自の既定の Web サーバー)
Stash - リポジトリの次の詳細を指定します。
    • Stash URL – the URL of your Stash (now Bitbucket Server) instance (e.g. ' https://bitbucket.mycompany.com ').
    • Stash プロジェクト キー - Stash 内のプロジェクトのキー (例:「CONF」)。
    • リポジトリ名 - Stash 内のリポジトリの名前 (例:「conf-dev」)。

Use this option to connect to a Bitbucket Server repository.

Fisheye – specify the URL and other details for the repository:

    • Fisheye URL — the URL of your Fisheye repository (e.g. ' https://atlaseye.atlassian.com/ ').
    • Repository Name — the name of your Fisheye repository (e.g. 'Bamboo'). This is effectively the alias for your repository path.
    • Repository Path — the path for your Fisheye repository (e.g. '/atlassian/bamboo/').

See Integrating Bamboo with Fisheye for more information.

リポジトリのパスを特定する方法

If you have previously run builds with changes from your repository, the easiest way of determining your repository path is to view the code changes and copy the path from the start of the path of one of the changed files, up to (but not including) the appropriate root directory. The root directories for repositories are the ones shown by Fisheye when browsing a repository (e.g. trunk)). For example, if a code change listed /atlassian/bamboo/trunk/bamboo-acceptance-test/pom.xml, the path would be /atlassian/bamboo/.
If you have not previously run builds with changes from your repository, you will need to ask your Fisheye administrator for the repository path indexed by Fisheye.

最終更新日 2018 年 7 月 6 日

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

はい
いいえ
この記事についてのフィードバックを送信する

このセクションの項目

Powered by Confluence and Scroll Viewport.