From 8baba1cbdd88215ae098ce7ff28a18eae91bb936 Mon Sep 17 00:00:00 2001 From: saisuma <68470209+saisumachandhu@users.noreply.github.com> Date: Thu, 19 Aug 2021 10:59:35 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c0675c9..190c1b2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,6 @@ pipeline { stage('Build Docker image'){ steps { - sh 'docker build -t anvbhaskar/docker_jenkins_springboot:${BUILD_NUMBER} .' } } @@ -27,7 +26,7 @@ pipeline { steps { withCredentials([string(credentialsId: 'DockerId', variable: 'Dockerpwd')]) { - sh "docker login -u anvbhaskar -p ${Dockerpwd}" + sh "docker login -u 7395963333 -p ${Dockerpwd}" } } }