diff --git a/Jenkinsfile b/Jenkinsfile index fac8287..3111fd5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,7 @@ pipeline{ } stage ('Deploy'){ steps{ - sh "docker-compose down -v" - sh "docker-compose up -d ---build" + sh "kubectl get po" } } }