pipeline vpc 网络修改
This commit is contained in:
parent
e637d90c70
commit
a8975b945e
@ -66,7 +66,7 @@ pipeline {
|
|||||||
stage('Apply') {
|
stage('Apply') {
|
||||||
steps {
|
steps {
|
||||||
sh "pwd && whoami"
|
sh "pwd && whoami"
|
||||||
sh "kubectl -n ${K8S_NAMESPACE} set image deployment/${K8S_DEPLOYMENT} ${K8S_APP_LABEL}=${IMAGE_REP_TAG}"
|
sh "kubectl -n ${K8S_NAMESPACE} set image deployment/${K8S_DEPLOYMENT} ${K8S_APP_LABEL}=${IMAGE_REP_TAG.replace('tuokemi-con-registry', 'tuokemi-con-registry-vpc')}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user