définition steps.downloadBuild
L’étape downloadBuild
télécharge les artefacts de build.
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.
Définitions qui font référence à cette définition : étapes
Propriétés
downloadBuild
String. Obligatoire comme première propriété.
ID de la ressource de build.
artifact
String.
Nom de l’artefact.
path
String.
Chemin d’accès dans lequel télécharger l’artefact.
patterns
String.
Télécharge les fichiers qui correspondent aux modèles.
condition
String.
Évaluez cette expression de condition pour déterminer s’il faut exécuter cette tâche.
continueOnError
booléen.
Continuez à exécuter même en cas d’échec ?
displayName
String.
Nom lisible par l’homme pour la tâche.
target
cible.
Environnement dans lequel exécuter cette tâche.
enabled
booléen.
Exécuter cette tâche lors de l’exécution du travail ?
env
dictionnaire de chaînes.
Variables à mapper dans l’environnement du processus.
name
String.
ID de l’étape. Valeurs acceptables : [-_A-Za-z0-9]*.
timeoutInMinutes
String.
Il est temps d’attendre que cette tâche se termine avant que le serveur l’arrête.
Notes
Les pipelines peuvent être configurés avec un délai d’expiration au niveau du travail. Si l’intervalle de délai d’expiration du niveau du travail s’écoule avant la fin de votre étape, le travail en cours d’exécution (y compris votre étape) est arrêté, même si l’étape est configurée avec un intervalle plus long timeoutInMinutes
. Pour plus d’informations, consultez Délais d’expiration.
retryCountOnTaskFailure
String.
Nombre de nouvelles tentatives en cas d’échec de la tâche.
Notes
Le downloadBuild
mot clé est un raccourci pour la tâche Télécharger les artefacts de build.
Notes
L’équipe des pipelines recommande la mise à niveau de downloadBuild
(tâche télécharger les artefacts de build) vers le téléchargement (tâche de téléchargement d’artefacts de pipeline) pour des performances plus rapides.