젠킨스(Jenkins)/젠킨스(Jenkins)
[젠킨스(Jenkins)] 젠킨스 archive artifacts의 포맷
2021. 6. 27. 21:51반응형
포맷들
Directory/**/*.* -> Directory 아래에 있는 모든 파일, (하위 파일 모두 포함)
**/*.* -> 워크스페이스 안에 있는 모든 파일
**/*.xml -> 워크스페이스에 있는 모든 xml 파일들
Directory/**/*.xml -> Directory 아래에 있는 모든 xml 파일들 (하위 파일 모두 포함)
Directory/**/*.* -> All the files recursively under Directory
**/*.* -> all the files in the workspace
**/*.xml -> all xml files in your workspace.
Directory/**/*.xml -> All the xml files recursively under Directory
출처
https://stackoverflow.com/questions/40597655/jenkins-archive-artifacts-whats-the-format
반응형
'젠킨스(Jenkins) > 젠킨스(Jenkins)' 카테고리의 다른 글
[젠킨스(Jenkins)] 윈도우에서 젠킨스 설치하기 + 관리하기 (0) | 2023.01.05 |
---|---|
[젠킨스(Jenkins)] 용어 (0) | 2021.11.11 |
[젠킨스(Jenkins)] Gerrit 서버와 연동. (0) | 2021.09.02 |
[젠킨스(Jenkins)] (젠킨스 main) 기초1. 파이프라인 기초 문법 (0) | 2021.05.18 |
[젠킨스(Jenkins)] SSH 등록하기, Jenkins와 Github SSH 연동 (0) | 2021.04.19 |