DownloadFileshareArtifacts@1 - 파일 공유 v1 작업에서 아티팩트 다운로드
이 작업을 사용하여 파일 공유에서 아티팩트(예 \\share\drop
: )를 다운로드합니다.
Syntax
# Download artifacts from file share v1
# Download artifacts from a file share, like \\share\drop.
- task: DownloadFileshareArtifacts@1
inputs:
filesharePath: # string. Required. File share path.
artifactName: # string. Required. Artifact name.
#itemPattern: '**' # string. Matching pattern. Default: **.
downloadPath: '$(System.ArtifactsDirectory)' # string. Required. Download path. Default: $(System.ArtifactsDirectory).
# Advanced
#parallelizationLimit: '8' # string. Parallelization limit. Default: 8.
# Download Fileshare Artifacts v1
# Download artifacts from a file share e.g \\share\drop.
- task: DownloadFileshareArtifacts@1
inputs:
filesharePath: # string. Required. Fileshare path.
artifactName: # string. Required. Artifact name.
#itemPattern: '**' # string. Matching pattern. Default: **.
downloadPath: '$(System.ArtifactsDirectory)' # string. Required. Download path. Default: $(System.ArtifactsDirectory).
# Advanced
#parallelizationLimit: '8' # string. Parallelization limit. Default: 8.
입력
filesharePath
- 파일 공유 경로
string
. 필수 요소.
파일 공유 경로를 지정합니다(예: \\server\folder
).
filesharePath
- 파일 공유 경로
string
. 필수 요소.
파일 공유 경로를 지정합니다(예: \\server\folder
).
artifactName
- 아티팩트 이름
string
. 필수 요소.
다운로드할 아티팩트 이름을 지정합니다(예: drop
).
itemPattern
- 일치 패턴
string
. 기본값은 **
입니다.
여러 줄 미니매치 패턴으로 다운로드할 파일을 지정합니다. 파일 일치 패턴에 대해 자세히 알아봅니다.
기본 패턴(**
)은 아티팩트 내의 모든 파일을 다운로드합니다.
downloadPath
- 다운로드 경로
string
. 필수 요소. 기본값은 $(System.ArtifactsDirectory)
입니다.
아티팩트가 다운로드되는 에이전트 컴퓨터의 경로를 지정합니다.
parallelizationLimit
- 병렬화 제한
string
. 기본값은 8
입니다.
동시에 다운로드할 파일 수를 지정합니다.
작업 제어 옵션
모든 작업에는 작업 입력 외에 제어 옵션이 있습니다. 자세한 내용은 컨트롤 옵션 및 일반적인 작업 속성을 참조하세요.
출력 변수
없음
설명
이 작업을 사용하여 파일 공유 아티팩트 다운로드
요구 사항
요구 사항 | Description |
---|---|
파이프라인 유형 | YAML, 클래식 빌드, 클래식 릴리스 |
실행 중 | 에이전트, DeploymentGroup |
요청 | 없음 |
Capabilities | 이 작업은 작업의 후속 작업에 대한 요구를 충족하지 않습니다. |
명령 제한 사항 | 모두 |
Settable 변수 | 모두 |
에이전트 버전 | 2.144.0 이상 |
작업 범주 | 유틸리티 |
요구 사항 | Description |
---|---|
파이프라인 유형 | YAML, 클래식 빌드, 클래식 릴리스 |
실행 중 | 에이전트, DeploymentGroup |
요청 | 없음 |
Capabilities | 이 작업은 작업의 후속 작업에 대한 요구를 충족하지 않습니다. |
명령 제한 사항 | 모두 |
Settable 변수 | 모두 |
에이전트 버전 | 지원되는 모든 에이전트 버전입니다. |
작업 범주 | 유틸리티 |