K8S 롤아웃 컨트롤 활성화
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -113,7 +113,7 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* stage('Deploy to Kubernetes') {
|
stage('Deploy to Kubernetes') {
|
||||||
container('kubectl') {
|
container('kubectl') {
|
||||||
sh """
|
sh """
|
||||||
set -eux
|
set -eux
|
||||||
@@ -126,7 +126,7 @@ spec:
|
|||||||
kubectl -n ${APP_NS} get pod -l app=${DEPLOY} -o jsonpath='{.items[*].spec.containers[*].image}'; echo
|
kubectl -n ${APP_NS} get pod -l app=${DEPLOY} -o jsonpath='{.items[*].spec.containers[*].image}'; echo
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
} */
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user