az pipelines runs
Note
This reference is part of the azure-devops extension for the Azure CLI (version 2.30.0 or higher). 拡張機能は、az pipelines がコマンド 実行 初めて実行するときに自動的にインストールされます。 Learn more about extensions.
パイプラインの実行を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az pipelines runs artifact |
パイプライン実行成果物を管理します。 |
Extension | GA |
az pipelines runs artifact download |
パイプライン成果物をダウンロードします。 |
Extension | GA |
az pipelines runs artifact list |
実行に関連付けられている成果物を一覧表示します。 |
Extension | GA |
az pipelines runs artifact upload |
パイプライン成果物をアップロードします。 |
Extension | GA |
az pipelines runs list |
プロジェクト内のパイプラインの実行を一覧表示します。 |
Extension | GA |
az pipelines runs show |
パイプラインの実行の詳細を表示します。 |
Extension | GA |
az pipelines runs tag |
パイプライン実行タグを管理します。 |
Extension | GA |
az pipelines runs tag add |
パイプライン実行のタグを追加します。 |
Extension | GA |
az pipelines runs tag delete |
パイプライン実行タグを削除します。 |
Extension | GA |
az pipelines runs tag list |
パイプライン実行のタグを取得します。 |
Extension | GA |
az pipelines runs list
プロジェクト内のパイプラインの実行を一覧表示します。
az pipelines runs list [--branch]
[--detect {false, true}]
[--org --organization]
[--pipeline-ids]
[--project]
[--query-order {FinishTimeAsc, FinishTimeDesc, QueueTimeAsc, QueueTimeDesc, StartTimeAsc, StartTimeDesc}]
[--reason {all, batchedCI, buildCompletion, checkInShelveset, individualCI, manual, pullRequest, schedule, triggered, userCreated, validateShelveset}]
[--requested-for]
[--result {canceled, failed, none, partiallySucceeded, succeeded}]
[--status {all, cancelling, completed, inProgress, none, notStarted, postponed}]
[--tags]
[--top]
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
このブランチのビルドでフィルター処理します。
組織を自動的に検出します。
プロパティ | 値 |
---|---|
指定可能な値: | false, true |
Azure DevOps organization URL。 az devops configure -d organization=ORG_URL を使用して、既定の組織を構成できます。 既定として構成されていない場合、または git 構成を使用して取得された場合は必須です。例: https://dev.azure.com/MyOrganizationName/
.
ビルドを一覧表示する定義の ID (スペース区切り)。 複数のパイプライン ID の場合: --pipeline-ids 1 2。
プロジェクトの名前または ID。 az devops configure -d project=NAME_OR_ID を使用して、既定のプロジェクトを構成できます。 既定として構成されていない場合、または git config を使って取得されていない場合は必須です。
パイプライン実行の順序。
プロパティ | 値 |
---|---|
指定可能な値: | FinishTimeAsc, FinishTimeDesc, QueueTimeAsc, QueueTimeDesc, StartTimeAsc, StartTimeDesc |
この理由でビルドに制限します。
プロパティ | 値 |
---|---|
指定可能な値: | all, batchedCI, buildCompletion, checkInShelveset, individualCI, manual, pullRequest, schedule, triggered, userCreated, validateShelveset |
このユーザーまたはグループに対して要求されたビルドに制限します。
この結果を使用してビルドに制限します。
プロパティ | 値 |
---|---|
指定可能な値: | canceled, failed, none, partiallySucceeded, succeeded |
この状態のビルドに制限します。
プロパティ | 値 |
---|---|
指定可能な値: | all, cancelling, completed, inProgress, none, notStarted, postponed |
指定された各タグを持つビルドに制限します。 Space separated.
一覧表示するビルドの最大数。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az pipelines runs show
パイプラインの実行の詳細を表示します。
az pipelines runs show --id
[--detect {false, true}]
[--open]
[--org --organization]
[--project]
必須のパラメーター
パイプライン実行の ID。
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
組織を自動的に検出します。
プロパティ | 値 |
---|---|
指定可能な値: | false, true |
Web ブラウザーでビルド結果ページを開きます。
プロパティ | 値 |
---|---|
規定値: | False |
Azure DevOps organization URL。 az devops configure -d organization=ORG_URL を使用して、既定の組織を構成できます。 既定として構成されていない場合、または git 構成を使用して取得された場合は必須です。例: https://dev.azure.com/MyOrganizationName/
.
プロジェクトの名前または ID。 az devops configure -d project=NAME_OR_ID を使用して、既定のプロジェクトを構成できます。 既定として構成されていない場合、または git config を使って取得されていない場合は必須です。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |