diff --git a/Jenkinsfile b/Jenkinsfile index 187b136..7626f35 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,6 +24,7 @@ pipeline { steps{ script { withDockerRegistry(url: 'https://docker.io', credentialsId: 'dockerhub_jcabillot') { + sh 'cat /var/jenkins_home/workspace/perso_jenkins-wdocker_master@tmp/abed23b6-7300-4b49-82d2-0f788b5079a0/config.json' sh 'docker push jcabillot/jenkins-wdocker' } }