最初のパイプラインを構成する
最初の Bitbucket パイプラインを開始する
Bitbucket Pipelines is an integrated CI/CD service built into Bitbucket Cloud. It allows you to automatically build, test, and even deploy your code based on a configuration file in your repository. Essentially, we create containers in the cloud for you. Inside these containers, you can run commands (like you might on a local machine) but with all the advantages of a fresh system, customized and configured for your needs. A pipeline is defined using a YAML file called bitbucket-pipelines.yml, which is located at the root of your repository. For more information on configuring a YAML file, refer to Configure bitbucket-pipelines.yml.
For more information on how to use Bitbucket Pipelines to automate your AWS deployment, check out this YouTube video tutorial.
最初のパイプラインを構成する
最初の Bitbucket パイプラインを開始する
パイプラインを表示
パイプラインのステータスの確認、実行時の詳細なログ情報の取得、およびその他の便利なデータの参照を行えます。
Pipelines のビルドで依存性を指定する
ビルドが必要とする依存性を Docker コンテナで指定します。
Bitbucket Pipelines の制限事項
Bitbucket Pipelines の現在の制限 (ビルド時間、プッシュ制限、サポート対象プラットフォームなど) をご確認ください。
Bitbucket Pipelines glossary
Reference the latest Bitbucket Pipelines terminology, examples, and best practices.
この内容はお役に立ちましたか?