K8S 롤아웃 컨트롤 활성화

This commit is contained in:
2025-12-05 11:08:09 +09:00
parent cfaded0543
commit a7a7def41b

4
Jenkinsfile vendored
View File

@@ -113,7 +113,7 @@ spec:
}
}
/* stage('Deploy to Kubernetes') {
stage('Deploy to Kubernetes') {
container('kubectl') {
sh """
set -eux
@@ -126,7 +126,7 @@ spec:
kubectl -n ${APP_NS} get pod -l app=${DEPLOY} -o jsonpath='{.items[*].spec.containers[*].image}'; echo
"""
}
} */
}
}
}
}