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}" } } }