[1.03.20] Test

This commit is contained in:
andrewso 2020-03-01 18:37:40 +00:00
parent e2dad23f98
commit f6556f1b10

View File

@ -93,8 +93,15 @@ try {
stage('Deploy') { stage('Deploy') {
executeShellScript("configuration/scripts/deployToKubernetes.sh", sh "kubectl apply -f configuration/kubernetes/deployment.yaml"
env.APPLICATION_NAME) sh "kubectl apply -f configuration/kubernetes/service.yaml"
sh "kubectl get pods"
sh "kubectl rollout status deployment/${APPLICATION_NAME}"
// executeShellScript("configuration/scripts/deployToKubernetes.sh",
// env.APPLICATION_NAME)
} }
} }
} }