From f0fdccd04d04a5cad6353a5e93d03936a70a657f Mon Sep 17 00:00:00 2001 From: Marcin-Ramotowski Date: Thu, 8 May 2025 20:44:33 +0000 Subject: [PATCH] Removed unnecessary command --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 656c182..693d2b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,6 @@ pipeline { kubectl apply -f secret-store.yaml kubectl apply -f deploy.yaml kubectl apply -f ingress.yaml - kubectl rollout status deployment/user-microservice -n user-microservice ''' } }