steps.downloadBuilddefinition
Der downloadBuild
Schritt lädt Buildartefakte herunter.
steps:
- downloadBuild: string # Required as first property. Alias of the build resource.
artifact: string # Artifact name.
path: string # Path to download the artifact into.
patterns: string # Downloads the files which matches the patterns.
condition: string # Evaluate this condition expression to determine whether to run this task.
continueOnError: boolean # Continue running even on failure?
displayName: string # Human-readable name for the task.
target: string | target # Environment in which to run this task.
enabled: boolean # Run this task when the job runs?
env: # Variables to map into the process's environment.
string: string # Name/value pairs
name: string # ID of the step.
timeoutInMinutes: string # Time to wait for this task to complete before the server kills it.
retryCountOnTaskFailure: string # Number of retries if the task fails.
steps:
- downloadBuild: string # Required as first property. Alias of the build resource.
artifact: string # Artifact name.
path: string # Path to download the artifact into.
patterns: string # Downloads the files which matches the patterns.
condition: string # Evaluate this condition expression to determine whether to run this task.
continueOnError: boolean # Continue running even on failure?
displayName: string # Human-readable name for the task.
target: string | target # Environment in which to run this task.
enabled: boolean # Run this task when the job runs?
env: # Variables to map into the process's environment.
string: string # Name/value pairs
name: string # ID of the step.
timeoutInMinutes: string # Time to wait for this task to complete before the server kills it.
steps:
- downloadBuild: string # Required as first property. Alias of the build resource.
artifact: string # Artifact name.
path: string # Path to download the artifact into.
patterns: string # Downloads the files which matches the patterns.
condition: string # Evaluate this condition expression to determine whether to run this task.
continueOnError: boolean # Continue running even on failure?
displayName: string # Human-readable name for the task.
enabled: boolean # Run this task when the job runs?
env: # Variables to map into the process's environment.
string: string # Name/value pairs
name: string # ID of the step.
timeoutInMinutes: string # Time to wait for this task to complete before the server kills it.
Definitionen, die auf diese Definition verweisen: Schritte
Eigenschaften
downloadBuild
Schnur. Erforderlich als erste Eigenschaft.
ID für die Buildressource.
artifact
Schnur.
Artefaktname.
path
Schnur.
Pfad zum Herunterladen des Artefakts.
patterns
Schnur.
Lädt die Dateien herunter, die den Mustern entsprechen.
condition
Schnur.
Werten Sie diesen Bedingungsausdruck aus, um zu bestimmen, ob dieser Task ausgeführt werden soll.
continueOnError
Boolescher Wert.
Die Ausführung auch bei Einem Fehler fortsetzen?
displayName
Schnur.
Lesbarer Name für die Aufgabe.
target
target.
Umgebung, in der dieser Task ausgeführt werden soll.
enabled
Boolescher Wert.
Führen Sie diese Aufgabe aus, wenn der Auftrag ausgeführt wird?
env
Zeichenfolgenwörterbuch.
Variablen, die der Umgebung des Prozesses zugeordnet werden sollen.
name
Schnur.
ID des Schritts. Zulässige Werte: [-_A-Za-z0-9]*.
timeoutInMinutes
Schnur.
Zeit, bis diese Aufgabe abgeschlossen ist, bevor sie vom Server beendet wird.
Hinweis
Pipelines können mit einem Timeout auf Auftragsebene konfiguriert werden. Wenn das Timeoutintervall auf Auftragsebene verstrichen ist, bevor der Schritt abgeschlossen ist, wird der ausgeführte Auftrag (einschließlich Ihres Schritts) beendet, auch wenn der Schritt mit einem längeren timeoutInMinutes
Intervall konfiguriert ist. Weitere Informationen finden Sie unter Timeouts.
retryCountOnTaskFailure
Schnur.
Anzahl von Wiederholungsversuchen, wenn der Task fehlschlägt.
Bemerkungen
Die downloadBuild
Schlüsselwort (keyword) ist eine Verknüpfung für die Aufgabe Buildartefakte herunterladen.
Hinweis
Das Pipelineteam empfiehlt ein Upgrade von (Aufgabe zum Herunterladen von downloadBuild
Buildartefakten) zum Herunterladen (Herunterladen der Pipelineartefakte-Aufgabe), um die Leistung zu beschleunigen.