Programmer:)
[Jenkins]Disable Workspace Cleanup 본문
반응형
한동안 젠킨스를 사용안하다가 오랜만에 들어갔는데 workspace 쪽 폴더들이 지워져있었다.
찾아보니
jenkins 에서 30일마다 workspace 파일들을 삭제하는 기능이 있다고한다.
젠킨스 관리 -> 스크립트 콘솔에 들어가서 아래 변수값을 변경해주면 해결된다.
hudson.model.WorkspaceCleanupThread.disabled = true //can be used to disable workspace clean up
hudson.model.WorkspaceCleanupThread.recurrencePeriodHours = 24 //How often the clean up should run
hudson.model.WorkspaceCleanupThread.retainForDays = 30 //Number of days workspaces should retained
반응형
'DEV > Jenkins' 카테고리의 다른 글
[Jenkins] mac homebrew 이용 remove (0) | 2024.02.19 |
---|---|
[Unity] CMD로 Build 하는 방법 (0) | 2023.01.13 |
[Jenkins] Google Play Store Upload - PipeLine (2024.07.16 업데이트) (0) | 2022.05.24 |
[Jenkins] Fastlane - PipeLine (UTF-8 error ) (0) | 2022.05.24 |
[Jenkins] Fastlane 설치 및 초기 셋팅 (ios 배포자동화 fastlane ) (0) | 2022.05.24 |
Comments