From 89ea2a4c683dbcdb4ca5ad4afd3572e55d39c499 Mon Sep 17 00:00:00 2001 From: saisuma <68470209+saisumachandhu@users.noreply.github.com> Date: Thu, 19 Aug 2021 11:02:10 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c0675c9..f2c202a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { steps { withCredentials([string(credentialsId: 'DockerId', variable: 'Dockerpwd')]) { - sh "docker login -u anvbhaskar -p ${Dockerpwd}" + sh "docker login -u 7395963333 -p ${Dockerpwd}" } } }