diff --git a/Jenkinsfile b/Jenkinsfile index 218761b..146b236 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 """ } - } */ + } } } } \ No newline at end of file