From e4ee8acbac67b2f8009bbd67d51a9f243c5604f2 Mon Sep 17 00:00:00 2001 From: Maharshi Patel Date: Sun, 10 Jan 2021 12:24:39 -0800 Subject: [PATCH] revert push to jfrog --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 401cf7b38..2d274a69f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { ///////////////////////////////////////////////////////////////////// environment { artifactory_url="https://petclinic.jfrog.io/artifactory" - artifactory_repo="mpatel011/spring-petclinic" + artifactory_repo="spring-petclinic" } ///////////////////////////////////////////////////////////////////// // END @@ -29,7 +29,7 @@ pipeline { stage('deploy image') { steps { script { - docker.withRegistry('' , 'jfrog') { + docker.withRegistry('' , 'dockerhub') { dockerImage.push() } }