DownloadFileshareArtifacts@1 - Download artifacts from file share v1 task
Raksts 24.02.2025
2 līdzstrādnieki
Atsauksmes
Šajā rakstā
Syntax
Inputs
Output variables
Remarks
Requirements
Use this task to download artifacts from a file share, like \\share\drop
.
- task: DownloadFileshareArtifacts@1
inputs:
filesharePath:
artifactName:
downloadPath: '$(System.ArtifactsDirectory)'
- task: DownloadFileshareArtifacts@1
inputs:
filesharePath:
artifactName:
downloadPath: '$(System.ArtifactsDirectory)'
filesharePath
- File share path
string
. Required.
Specifies the file share path (for example: \\server\folder
).
filesharePath
- Fileshare path
string
. Required.
Specifies the file share path (for example: \\server\folder
).
artifactName
- Artifact name
string
. Required.
Specifies the name of the artifact to download (for example: drop
).
itemPattern
- Matching pattern
string
. Default value: **
.
Specifies the files to be downloaded as a multi line minimatch pattern. Learn more about file matching patterns .
The default pattern (**
) downloads all files within the artifact.
downloadPath
- Download path
string
. Required. Default value: $(System.ArtifactsDirectory)
.
Specifies the path on the agent machine where the artifacts are downloaded.
parallelizationLimit
- Parallelization limit
string
. Default value: 8
.
Specifies the number of files to download simultaneously.
All tasks have control options in addition to their task inputs. For more information, see Control options and common task properties .
Use this task to download file share artifacts.
Izvērst tabulu
Requirement
Description
Pipeline types
YAML, Classic build, Classic release
Runs on
Agent, DeploymentGroup
Demands
None
Capabilities
This task does not satisfy any demands for subsequent tasks in the job.
Command restrictions
Any
Settable variables
Any
Agent version
2.144.0 or greater
Task category
Utility
Izvērst tabulu
Requirement
Description
Pipeline types
YAML, Classic build, Classic release
Runs on
Agent, DeploymentGroup
Demands
None
Capabilities
This task does not satisfy any demands for subsequent tasks in the job.
Command restrictions
Any
Settable variables
Any
Agent version
All supported agent versions.
Task category
Utility