az pipelines build tag

Buildtags beheren.

Opdracht

az pipelines build tag add

Voeg tag(s) toe voor een build.

az pipelines build tag delete

Verwijder een build-tag.

az pipelines build tag list

Tags voor een build op te halen.

az pipelines build tag add

Voeg tag(s) toe voor een build.

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

Vereiste parameters

--build-id

Id van de build.

--tags

Tag(s) die moeten worden toegevoegd aan de build. [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 az account set -s NAME_OR_ID behulp van .

az pipelines build tag delete

Verwijder een build-tag.

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

Vereiste parameters

--build-id

Id van de build.

--tag

Tag die moet worden verwijderd uit de build.

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 az account set -s NAME_OR_ID behulp van .

az pipelines build tag list

Tags voor een build op te halen.

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

Vereiste parameters

--build-id

Id van de build.

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 plakken na de parameter --query tussen dubbele aanhalingstekens 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 az account set -s NAME_OR_ID behulp van .