mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-12 19:49:10 +00:00
Jenkins 파이프라인 파드 자동 정리 설정 추가 - podRetention: never()로 즉시 삭제
This commit is contained in:
Vendored
+1
@@ -12,6 +12,7 @@ podTemplate(
|
||||
slaveConnectTimeout: 300,
|
||||
idleMinutes: 30,
|
||||
activeDeadlineSeconds: 3600,
|
||||
podRetention: never(), // 파드 자동 정리 옵션: never(), onFailure(), always(), default()
|
||||
yaml: '''
|
||||
spec:
|
||||
tolerations:
|
||||
|
||||
Reference in New Issue
Block a user