test jenkins
All checks were successful
perso/htpasswd/master This commit looks good

This commit is contained in:
Julien Cabillot 2019-08-04 16:51:56 -04:00
parent 6157fd6422
commit 000ff59a57

2
Jenkinsfile vendored
View File

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