|
Navigate to the source repository settings for a plan or job, as described on Specifying the source repository.
| リポジトリ URL | The location of your Subversion repository e.g.
| ||
| ユーザ名 | (オプション) リポジトリにアクセスするために必要な Subversion ユーザー名 (ある場合)。 | ||
| 認証タイプ | パスワード - ユーザー名とパスワードを使用して認証する場合は、このオプションを選択します。 | ||
SSH - SSH を使用して認証する場合は、次の詳細を入力する必要があります。
| |||
SSL クライアント証明書 - SSL クライアント証明書を使用して認証する場合は、次の詳細を入力する必要があります。
| |||
| Detect Changes in Externals (外部項目の変更を検出) | Select this if your Subversion repository uses svn:externals to link to other repositories (your externals must be in the root of the checkout directory, not in a subdirectory). Please note that you only need to select this check box if you require Bamboo to detect changes in the externals. If your externals reference a particular (static) revision, you do not need to check this box. | ||
| Use SVN Export (SVN エクスポートを使用) | このオプションを選択すると、最初のチェックアウトがスピードアップしますが、更新はサポートされていません。クリーン ビルドの強制を意味します。 | ||
| Enable Commit Isolation (コミットの分離を有効にする) | 1 つのビルドに含まれる変更を 1 つだけにすることで、ビルドの失敗を切り分けることができます。 | ||
| Automatically detect root URL for branches (ブランチのルート URL を自動検出) | VCS ブランチング タスクで作成されたブランチの場所を自動で特定するかどうかを指定します。 | ||
| Automatically detect root URL for tags (タグのルート URL を自動検出) | VCS タグ付けタスクで作成されたブランチの場所を自動で特定するかどうかを指定します。 | ||
| Enable Quiet Period (待機期間を有効にする) | 1 つのコミットが検出されてからビルドが開始されるまでの遅延を指定します。これによって、複数のコミットを 1 つのビルドに集約することができます。(既存の計画を設定する場合にのみ利用可能です。) | ||
| Include/Exclude Files (ファイルを含める/除外する) | Bamboo が変更を検出するために使用する (または使用しない) ファイルを指定できます。 Enter into File Pattern a regular expression to match the files that Bamboo includes or excludes. The regex pattern must match the file path in the repository. See sub page for examples. | ||
| Exclude Changesets (チェンジセットを除外) | Enter a regular expression to match the commit messages for changesets that should not start a build. | ||
Web リポジトリ | Web ブラウザでリポジトリを表示できる場合は、リポジトリの種類を選択します。 This allows links to relevant files to be displayed in the 'Code Changes' section of a build result. | ||
一般的な Web リポジトリ
| |||
Stash - リポジトリの次の詳細を指定します。
| |||
FishEye – リポジトリの URL およびその他の詳細を指定します。
| |||
-Dsvnkit.http.methods=Basic,NTLM システム プロパティを追加すると、Bamboo で NTLM 認証を使用できます。