From 1c89ee57010d5924bf4ac463c99a9faf8c81ccf9 Mon Sep 17 00:00:00 2001 From: rameshkothamasu <115606141+rameshkothamasu@users.noreply.github.com> Date: Wed, 12 Oct 2022 08:31:31 -0400 Subject: [PATCH 1/3] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c426416..91deae1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { steps { script { def customImage = docker.build('initsixcloud/petclinic', "./docker") - docker.withRegistry('https://registry.hub.docker.com', 'dockerhub') { + docker.withRegistry('https://registry.hub.docker.com', 'ramesh.kothamasu') { customImage.push("${env.BUILD_NUMBER}") } } From d9b1dc88ea3d0c17beb8e2dd95586763511aede6 Mon Sep 17 00:00:00 2001 From: rameshkothamasu <115606141+rameshkothamasu@users.noreply.github.com> Date: Wed, 12 Oct 2022 08:52:18 -0400 Subject: [PATCH 2/3] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 91deae1..a6c8714 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { steps { script { def customImage = docker.build('initsixcloud/petclinic', "./docker") - docker.withRegistry('https://registry.hub.docker.com', 'ramesh.kothamasu') { + docker.withRegistry('https://registry.hub.docker.com', 'rameshk') { customImage.push("${env.BUILD_NUMBER}") } } From 2efb772d63b0fe528471e2828d95d190445bfc85 Mon Sep 17 00:00:00 2001 From: rameshkothamasu <115606141+rameshkothamasu@users.noreply.github.com> Date: Wed, 12 Oct 2022 09:02:09 -0400 Subject: [PATCH 3/3] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a6c8714..91deae1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { steps { script { def customImage = docker.build('initsixcloud/petclinic', "./docker") - docker.withRegistry('https://registry.hub.docker.com', 'rameshk') { + docker.withRegistry('https://registry.hub.docker.com', 'ramesh.kothamasu') { customImage.push("${env.BUILD_NUMBER}") } }