Add deploy
All checks were successful
perso/htpasswd/master This commit looks good

This commit is contained in:
Julien Cabillot 2019-06-20 12:57:04 -04:00
parent f1d9540cc1
commit 5db3426f3e
Signed by: jcabillot
GPG Key ID: EF8F0EB0565E282F

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
stage('Building image') { stage('Building image') {
steps{ steps{
script { script {
dockerImage = docker.build registry + ":master" dockerImage = docker.build registry + ":latest"
} }
} }
} }