JenkinsFile docker configuration

This commit is contained in:
RolandBakunts 2023-01-17 05:09:52 -08:00
parent 40d9eace6d
commit 68f7f6605e

2
Jenkinsfile vendored
View file

@ -39,7 +39,7 @@ pipeline {
// } // }
stage('login') { stage('login') {
steps { steps {
sh 'docker login --username $DOCKERHUB_CREDENTIALS_USR --password-stdin $DOCKERHUB_CREDENTIALS_PSW' sh 'docker login -u $DOCKERHUB_CREDENTIALS_USR -p $DOCKERHUB_CREDENTIALS_PSW'
} }
} }
stage('deploy to dockerhub') { stage('deploy to dockerhub') {