Add deploy
Some checks failed
perso/htpasswd/master There was a failure building this commit

This commit is contained in:
Julien Cabillot 2019-06-20 12:53:48 -04:00
parent 72818a07cc
commit 0f025918af
Signed by: jcabillot
GPG Key ID: EF8F0EB0565E282F

1
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ pipeline {
environment { environment {
registry = 'jcabillot/htpasswd' registry = 'jcabillot/htpasswd'
registryCredential = 'dockerhub_jcabillot' registryCredential = 'dockerhub_jcabillot'
dockerImage = ''
} }
agent any agent any