This commit is contained in:
parent
91ad62418e
commit
edc016d7f1
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -23,7 +23,8 @@ pipeline {
|
|||||||
stage('Deploy Image') {
|
stage('Deploy Image') {
|
||||||
steps{
|
steps{
|
||||||
script {
|
script {
|
||||||
withDockerRegistry(url: 'https://docker.io', credentialsId: 'dockerhub_jcabillot') {
|
withCredentials([usernamePassword(credentialsId: 'dockerhub_jcabillot', usernameVariable: 'DOCKER_USER', passwordVariable: 'DOCKER_PASS']) {
|
||||||
|
sh 'docker login --username ${DOCKER_USER} --password ${DOCKER_PASS}'
|
||||||
sh 'cat /var/jenkins_home/workspace/perso_jenkins-wdocker_master@tmp/abed23b6-7300-4b49-82d2-0f788b5079a0/config.json'
|
sh 'cat /var/jenkins_home/workspace/perso_jenkins-wdocker_master@tmp/abed23b6-7300-4b49-82d2-0f788b5079a0/config.json'
|
||||||
sh 'docker push jcabillot/jenkins-wdocker'
|
sh 'docker push jcabillot/jenkins-wdocker'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user