diff --git a/Jenkinsfile b/Jenkinsfile index 4dc10e3f4..06f61f228 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,8 +48,8 @@ pipeline{ } stage('docker login'){ steps{ - withCredentials([string(credentialsId: 'DOCKER_HUB_PASSWORD1',variable: 'SRIDHAR')]) { - sh 'docker login -u sridhar006 -p $SRIDHAR' + withCredentials([string(credentialsId: 'DOCKER_LOG')]) { + sh 'docker login' } } }