[19.02.20] Rollout status

This commit is contained in:
andyjk15 2020-02-19 12:18:37 +00:00
parent b5752cab84
commit 1103e4b30f

View File

@ -102,7 +102,7 @@ try {
sh "kubectl get pods" sh "kubectl get pods"
sh "kubectl rollout status" sh "kubectl rollout status deployment/${env.APPLICATION_NAME}"
} }
} }
} }