az pipelines runs artifact

Verwalten der Artefakte von Pipelineausführungen

Befehle

az pipelines runs artifact download

Laden Sie ein Pipelineartefakt herunter.

az pipelines runs artifact list

Listenartefakte, die einer Ausführung zugeordnet sind.

az pipelines runs artifact upload

Laden Sie ein Pipelineartefakt hoch.

az pipelines runs artifact download

Laden Sie ein Pipelineartefakt herunter.

az pipelines runs artifact download --artifact-name
                                    --path
                                    --run-id
                                    [--detect {false, true}]
                                    [--org]
                                    [--project]

Erforderliche Parameter

--artifact-name

Name des zu herunterladenden Artefaktes.

--path

Pfad zum Herunterladen des Artefaktes in.

--run-id

ID der Ausführung, der das Artefakte zugeordnet ist.

Optionale Parameter

--detect

Die Organisation wird automatisch erkannt.

Zulässige Werte: false, true
--org --organization

Azure DevOps-Organisations-URL. Sie können die Standardorganisation mithilfe von az devops configure -d organization=ORG_URL konfigurieren. Erforderlich, wenn nicht als Standard konfiguriert oder über git config aufgenommen wurde. Beispiel: https://dev.azure.com/MyOrganizationName/.

--project -p

Name oder ID des Projekts. Sie können das Standardprojekt mithilfe von az devops configure -d project=NAME_OR_ID konfigurieren. Erforderlich, wenn nicht als Standard konfiguriert oder über git config aufgenommen wurde.

az pipelines runs artifact list

Listenartefakte, die einer Ausführung zugeordnet sind.

az pipelines runs artifact list --run-id
                                [--detect {false, true}]
                                [--org]
                                [--project]

Erforderliche Parameter

--run-id

ID der Ausführung, der das Artefakte zugeordnet ist.

Optionale Parameter

--detect

Die Organisation wird automatisch erkannt.

Zulässige Werte: false, true
--org --organization

Azure DevOps-Organisations-URL. Sie können die Standardorganisation mithilfe von az devops configure -d organization=ORG_URL konfigurieren. Erforderlich, wenn nicht als Standard konfiguriert oder über git config aufgenommen wurde. Beispiel: https://dev.azure.com/MyOrganizationName/.

--project -p

Name oder ID des Projekts. Sie können das Standardprojekt mithilfe von az devops configure -d project=NAME_OR_ID konfigurieren. Erforderlich, wenn nicht als Standard konfiguriert oder über git config aufgenommen wurde.

az pipelines runs artifact upload

Laden Sie ein Pipelineartefakt hoch.

az pipelines runs artifact upload --artifact-name
                                  --path
                                  --run-id
                                  [--detect {false, true}]
                                  [--org]
                                  [--project]

Erforderliche Parameter

--artifact-name

Name des zu hochladenden Artefaktes.

--path

Pfad zum Hochladen des Artefaktes aus.

--run-id

ID der Ausführung, der das Artefakte zugeordnet ist.

Optionale Parameter

--detect

Die Organisation wird automatisch erkannt.

Zulässige Werte: false, true
--org --organization

Azure DevOps-Organisations-URL. Sie können die Standardorganisation mithilfe von az devops configure -d organization=ORG_URL konfigurieren. Erforderlich, wenn nicht als Standard konfiguriert oder über git config aufgenommen wurde. Beispiel: https://dev.azure.com/MyOrganizationName/.

--project -p

Name oder ID des Projekts. Sie können das Standardprojekt mithilfe von az devops configure -d project=NAME_OR_ID konfigurieren. Erforderlich, wenn nicht als Standard konfiguriert oder über git config aufgenommen wurde.