From 432dadc2009007decb839edaa3bad6eb3f44dcc2 Mon Sep 17 00:00:00 2001 From: est Date: Thu, 17 Jun 2021 15:00:43 -0400 Subject: [PATCH] test realizar prueba --- jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfile2 b/jenkinsfile2 index f20b967..bbab570 100644 --- a/jenkinsfile2 +++ b/jenkinsfile2 @@ -15,7 +15,7 @@ node { } stage('Docker Build & Push') { docker.withRegistry('https://registry.hub.docker.com', 'docker') { - def nuestraapp = docker.build("macloujulian/nodejsapp:${gitcommit}", ".") + def nuestraapp = docker.build("estebanortiz/nodejsapp:${gitcommit}", ".") nuestraapp.push() } }