From 3a97e918441b3e0a2c0ada97a25d53752444d530 Mon Sep 17 00:00:00 2001 From: Bruck Wubete Date: Tue, 21 Aug 2018 07:47:38 -0800 Subject: [PATCH] Remove unnecessary get pods command --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d4c6f50..c0c52e58 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ volumes: [ container('kubectl') { withCredentials([file(credentialsId: kubecSecretsId, variable: 'FILE')]) { sh ''' - kubectl get pods && kubectl apply -f $FILE + kubectl apply -f $FILE ''' } sh "kubectl set image deployments/gl-deployment gl=${imageTag}"