az pipelines runs tag

Tags voor pijplijnruns beheren.

Opdracht

az pipelines runs tag add

Voeg tag(s) toe voor een pijplijn-run.

az pipelines runs tag delete

Verwijder een pijplijnruntag.

az pipelines runs tag list

Tags voor een pijplijn uitvoeren.

az pipelines runs tag add

Voeg tag(s) toe voor een pijplijn-run.

az pipelines runs tag add --run-id
                          --tags
                          [--detect {false, true}]
                          [--org]
                          [--project]
                          [--subscription]

Vereiste parameters

--run-id

Id van de pijplijn-run.

--tags

Tag(s) die moeten worden toegevoegd aan de pijplijn-run. [Door komma's gescheiden waarden].

Optionele parameters

--detect

Organisatie automatisch detecteren.

geaccepteerde waarden: false, true
--org --organization

URL van Azure DevOps-organisatie. U kunt de standaardorganisatie configureren met az devops configure -d organization=ORG_URL. Vereist als deze niet is geconfigureerd als standaard of wordt opgehaald via git-configuratie. Voorbeeld: https://dev.azure.com/MyOrganizationName/ .

--project -p

Naam of id van het project. U kunt het standaardproject configureren met az devops configure -d project=NAME_OR_ID. Vereist als deze niet is geconfigureerd als standaard of wordt opgehaald via git-configuratie.

--subscription

Naam of id van het abonnement. U kunt het standaardabonnement configureren met behulp van az account set -s NAME_OR_ID .

az pipelines runs tag delete

Verwijder een pijplijnruntag.

az pipelines runs tag delete --run-id
                             --tag
                             [--detect {false, true}]
                             [--org]
                             [--project]
                             [--subscription]

Vereiste parameters

--run-id

Id van de pijplijn-run.

--tag

Tag die moet worden verwijderd uit de pijplijn-run.

Optionele parameters

--detect

Organisatie automatisch detecteren.

geaccepteerde waarden: false, true
--org --organization

URL van Azure DevOps-organisatie. U kunt de standaardorganisatie configureren met az devops configure -d organization=ORG_URL. Vereist als deze niet is geconfigureerd als standaard of wordt opgehaald via git-configuratie. Voorbeeld: https://dev.azure.com/MyOrganizationName/ .

--project -p

Naam of id van het project. U kunt het standaardproject configureren met az devops configure -d project=NAME_OR_ID. Vereist als deze niet is geconfigureerd als standaard of wordt opgehaald via git-configuratie.

--subscription

Naam of id van het abonnement. U kunt het standaardabonnement configureren met behulp van az account set -s NAME_OR_ID .

az pipelines runs tag list

Tags voor een pijplijn uitvoeren.

az pipelines runs tag list --run-id
                           [--detect {false, true}]
                           [--org]
                           [--project]
                           [--query-examples]
                           [--subscription]

Vereiste parameters

--run-id

Id van de pijplijn-run.

Optionele parameters

--detect

Organisatie automatisch detecteren.

geaccepteerde waarden: false, true
--org --organization

URL van Azure DevOps-organisatie. U kunt de standaardorganisatie configureren met az devops configure -d organization=ORG_URL. Vereist als deze niet is geconfigureerd als standaard of wordt opgehaald via git-configuratie. Voorbeeld: https://dev.azure.com/MyOrganizationName/ .

--project -p

Naam of id van het project. U kunt het standaardproject configureren met az devops configure -d project=NAME_OR_ID. Vereist als deze niet is geconfigureerd als standaard of wordt opgehaald via git-configuratie.

--query-examples

JMESPath-tekenreeks voor u aanbevelen. U kunt een van de query's kopiƫren en deze na de parameter --query tussen dubbele aanhalingstekens plakken om de resultaten te bekijken. U kunt een of meer positionele trefwoorden toevoegen, zodat we suggesties kunnen geven op basis van deze sleutelwoorden.

--subscription

Naam of id van het abonnement. U kunt het standaardabonnement configureren met behulp van az account set -s NAME_OR_ID .