From fbc55a698c7226174b4aeb00e4134dc22983be30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20da=20Silva=20Mesquita?= <86494923+asilvame@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:26:20 -0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9a3e2c7..6cbad2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,10 +22,10 @@ pipeline { stage ("Deploy Kubernetes"){ steps{ withKubeConfig([credentialsId: 'kubeconfig']){ - sh "kubectl apply -f ./k8s/deployment.yaml" - // sh "kubectl set image deployment/web web=matheusmprado/sampletodoaula3:latest" + // sh "kubectl apply -f ./k8s/deployment.yaml" + sh "kubectl set image deployment/web web=matheusmprado/sampletodoaula3:latest" } } } } -} \ No newline at end of file +}