steps.downloadBuild definition
A downloadBuild
lépés letölti a buildösszetevőket.
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.
A definícióra hivatkozó definíciók: lépések
Tulajdonságok
downloadBuild
Karakterlánc. Első tulajdonságként kötelező megadni.
A builderőforrás azonosítója.
artifact
Karakterlánc.
Összetevő neve.
path
Karakterlánc.
Az összetevő letöltésének elérési útja.
patterns
Karakterlánc.
Letölti azokat a fájlokat, amelyek megegyeznek a mintákkal.
condition
Karakterlánc.
Értékelje ki ezt a feltételkifejezést, és állapítsa meg, hogy futtatni kívánja-e ezt a feladatot.
continueOnError
logikai érték.
Továbbra is fut a hiba esetén is?
displayName
Karakterlánc.
A feladat emberi olvasásra alkalmas neve.
target
cél.
Környezet, amelyben futtatni szeretné ezt a feladatot.
enabled
logikai érték.
Futtassa ezt a feladatot a feladat futtatásakor?
env
sztringszótár.
Változók a folyamat környezetébe való leképezéshez.
name
Karakterlánc.
A lépés azonosítója. Elfogadható értékek: [-_A-Za-z0-9]*.
timeoutInMinutes
Karakterlánc.
Ideje megvárni, amíg a feladat befejeződik, mielőtt a kiszolgáló leáll.
Megjegyzés
Előfordulhat, hogy a folyamatok feladatszintű időtúllépéssel konfigurálhatók. Ha a feladatszint időtúllépési időköze a lépés befejezése előtt eltelik, a futó feladat (beleértve a lépést is) leáll, még akkor is, ha a lépés hosszabb timeoutInMinutes
időközzel van konfigurálva. További információ: Időtúllépések.
retryCountOnTaskFailure
Karakterlánc.
Újrapróbálkozások száma, ha a feladat meghiúsul.
Megjegyzések
A downloadBuild
kulcsszó a Build Artifacts (Összetevők letöltése) feladat parancsikonja.
Megjegyzés
A folyamatért felelős csapat azt javasolja, hogy a gyorsabb teljesítmény érdekében frissítsen a (buildösszetevők letöltése) feladatról downloadBuild
a letöltésre (folyamatösszetevők feladatának letöltésére).