グローバル オプション
Bitbucket Pipelines のグローバル パイプライン オプション
We’re rolling out these changes, so the documentation may not match your experience in the Bitbucket Cloud app. Read about the new Bitbucket navigation
このページとサブページには、Bitbucket Pipelines bitbucket-pipelines.yml を設定するために利用できる、すべてのオプションとプロパティが詳しく説明されています。オプションとプロパティは、bitbucket-pipelines.yml 設定ファイルのどこで使用できるかに基づいて、次のようにグループ化されています。
options:
Global options page
clone:
Git clone behavior page
definitions:
Cache and service container definitions page
image:
Docker image options page
pipeline:
Pipeline start options page
parallel:
Parallel step options page
stage:
Stage options page
step:
Step options pageThis guide does not cover using YAML anchors to create reusable components to avoid duplication in the pipelines configuration file. For details, see YAML anchors.
グローバル オプション
Bitbucket Pipelines のグローバル パイプライン オプション
Git クローンの動作
Bitbucket Pipelines の Git クローンの動作を制御するためのオプション
キャッシュ、サービス コンテナー、エクスポート パイプラインの定義
データベース サービスなど、依存関係キャッシュとサービス コンテナーを作成します
Docker イメージ オプション
Bitbucket Pipelines でカスタム Docker イメージを使用する
パイプラインの開始条件
Bitbucket Pipelines を実行するための開始条件またはトリガーを設定します
並行ステップ オプション
複数のパイプライン ステップを同時に実行します
子パイプライン ステップのオプション
子パイプラインを使用して、パイプライン内で別のパイプラインをトリガーするステップを定義します。
Runtime v3 を有効にして使用する
Docker サービスでランタイム v3 を有効にして使用します。
ステージ オプション
ステップをステージとしてグループ化するか、複数のステップから成るデプロイ ステージを作成します
ステップ オプション
パイプライン ステップを定義してカスタマイズします
この内容はお役に立ちましたか?