DownloadFileshareArtifacts@1 - 파일 공유 v1 작업에서 아티팩트 다운로드
\\share\drop
같은 파일 공유에서 아티팩트를 다운로드하려면 이 작업을 사용합니다.
구문론
# 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.
입력
filesharePath
-
파일 공유 경로
string
; 필수 사항입니다.
파일 공유 경로(예: \\server\folder
)를 지정합니다.
artifactName
-
아티팩트 이름
string
; 필수 사항입니다.
다운로드할 아티팩트 이름을 지정합니다(예: drop
).
itemPattern
-
일치 패턴
string
; 기본값은 **
입니다.
여러 줄 미니매치 패턴으로 다운로드할 파일을 지정합니다. 파일 일치 패턴에 대해 자세히 알아봅니다.
기본 패턴(**
)은 아티팩트 내의 모든 파일을 다운로드합니다.
downloadPath
-
다운로드 경로
string
; 필수 사항입니다. 기본값은 $(System.ArtifactsDirectory)
입니다.
아티팩트가 다운로드되는 에이전트 컴퓨터의 경로를 지정합니다.
parallelizationLimit
-
병렬화 제한
string
; 기본값은 8
입니다.
동시에 다운로드할 파일 수를 지정합니다.
작업 제어 옵션
모든 작업에는 작업 입력 외에 제어 옵션이 있습니다. 자세한 내용은 컨트롤 옵션 및 일반적인 작업 속성참조하세요.
출력 변수
없음.
비고
이 작업을 사용하여 파일 공유 아티팩트 다운로드