changed docker

This commit is contained in:
sridhar 2023-09-15 13:05:43 +05:30
parent af9109a20c
commit ab611051e6

4
Jenkinsfile vendored
View file

@ -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'
}
}
}