From d2fd429fc8546c0747524930747f17daef089b6f Mon Sep 17 00:00:00 2001 From: RohithBabu0987 Date: Sun, 2 Mar 2025 18:13:37 -0600 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 365165a1..7a3bf06b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { script { withDockerRegistry(credentialsId: 'docker-cred', toolName: 'docker') { - sh "docker build -t shaikmustafa/productcatalogservice:latest ." + sh "docker build -t rohithbabu779/productcatalogservice:latest ." } } } @@ -16,7 +16,7 @@ pipeline { steps { script { withDockerRegistry(credentialsId: 'docker-cred', toolName: 'docker') { - sh "docker push shaikmustafa/productcatalogservice:latest " + sh "docker push rohithbabu7799/productcatalogservice:latest " } } }