mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
Jenkinsfile에 cloud 파라미터 추가
- podTemplate에 cloud: 'k8s' 설정 추가 - Jenkins Kubernetes 클라우드 설정과 연결 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
aac5710766
commit
ff940a676b
1
deployment/cicd/Jenkinsfile
vendored
1
deployment/cicd/Jenkinsfile
vendored
@ -7,6 +7,7 @@ def getImageTag() {
|
||||
}
|
||||
|
||||
podTemplate(
|
||||
cloud: 'k8s',
|
||||
label: "${PIPELINE_ID}",
|
||||
serviceAccount: 'jenkins',
|
||||
slaveConnectTimeout: 300,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user