From 60716a5bc388974d3f758c47e153040d5e087365 Mon Sep 17 00:00:00 2001 From: deimo72 Date: Mon, 17 Jun 2024 23:35:52 +0000 Subject: [PATCH] Actualizar Jenkins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Haciendo pruebas, se tuvo que revisar la conexión con kubernetes --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fac8287..3111fd5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,7 @@ pipeline{ } stage ('Deploy'){ steps{ - sh "docker-compose down -v" - sh "docker-compose up -d ---build" + sh "kubectl get po" } } }