Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-28 11:45:11 +02:00 committed by GitHub
parent cbed61fc58
commit acd9056e72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -53,7 +53,7 @@ pipeline {
stage('Login to Dockerhub') {
steps {
echo "now we will login to dockerhub"
sh 'echo $DOCKERHUB_CREDENTIALS_PSW | docker login -u $DOCKERHUB_CREDENTIALS_USR --password-stdin'
sh 'echo $DOCKERHUB_CREDENTIALS_PSW | docker login -u $DOCKERHUB_CREDENTIALS_USR'
}
}
stage('Push to DockerHub') {