update jenkins
All checks were successful
perso/jenkins-wdocker/master This commit looks good

This commit is contained in:
Julien Cabillot 2019-08-04 16:55:57 -04:00
parent 3497f6e1bd
commit 36f80ed575

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
stage('Build image') {
steps{
sh "docker build -t jcabillot/jenkins-wdocker ."
sh 'docker build -t ${dockerImage} .'
}
}