Bitbucket Deployments
Pipelines を使用したビルド、テスト、およびデプロイ
このページの内容
このセクションの項目
関連コンテンツ
- groups Endpoint
- 1.0 API endpoint error out while updating user group with large group name.
- User cannot accept invitation
- Getting 401 HTTP error while authenticating to Bitbucket Cloud REST APIs
- How to renew personal access tokens via REST API's in Bitbucket Server
- How to @ mention users in Pull Request comments through the Bitbucket Cloud Rest API
- How to tag a user in a comment using pull request API in Bitbucket Cloud?
- How to add users to Bitbucket Server using Rest API
- How to create/edit branch restrictions in Bitbucket Cloud repositories via API
- How to allow public access to a repository via the REST API in Bitbucket Server
robots | noindex |
robots | noindex |
Bitbucket Pipelines を使用してコード、アプリケーション、またはアーティファクトをデプロイする場合、デプロイメント環境のステータスを確認し、各環境でのコード変更を参照できると便利です。Bitbucket はこのような情報の追跡を支援します。
また、特定のブランチまたは管理者のみがデプロイできるようにデプロイメント環境を構成することもできます。この機能と、管理者のみが編集可能な各環境のデプロイメント変数を組み合わせることで、コードやアプリケーションを誰がどこにデプロイできるかを正確に把握できます。
これらすべてを実現するには、最初に Bitbucket 設定で環境を定義します。名前、ダッシュボードでの表示順、その環境に固有の任意の変数、および各環境にデプロイできるユーザーを設定できます。次に、bitbucket-pipelines.yml
ファイルでそれらを参照して、Deployments ダッシュボードに表示します。
次の数ページでは、Deployments ダッシュボードとその方法を紹介します。
デプロイメントのベスト プラクティスについてのガイダンスではいくつかのヒントもご紹介しています。
最終更新日 2020 年 6 月 24 日
このセクションの項目
関連コンテンツ
- groups Endpoint
- 1.0 API endpoint error out while updating user group with large group name.
- User cannot accept invitation
- Getting 401 HTTP error while authenticating to Bitbucket Cloud REST APIs
- How to renew personal access tokens via REST API's in Bitbucket Server
- How to @ mention users in Pull Request comments through the Bitbucket Cloud Rest API
- How to tag a user in a comment using pull request API in Bitbucket Cloud?
- How to add users to Bitbucket Server using Rest API
- How to create/edit branch restrictions in Bitbucket Cloud repositories via API
- How to allow public access to a repository via the REST API in Bitbucket Server
Powered by Confluence and Scroll Viewport.