test
Some checks reported errors
perso/jenkins-wdocker/master Something is wrong with the build of this commit

This commit is contained in:
Julien Cabillot 2019-06-26 17:52:23 -04:00
parent 7f0b5a00c7
commit 5dfa64dc3f

1
Jenkinsfile vendored
View File

@ -24,6 +24,7 @@ pipeline {
steps{ steps{
script { script {
withDockerRegistry(url: 'https://docker.io', credentialsId: 'dockerhub_jcabillot') { 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' sh 'docker push jcabillot/jenkins-wdocker'
} }
} }