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

This commit is contained in:
2019-06-20 12:53:48 -04:00
parent 72818a07cc
commit 0f025918af

1
Jenkinsfile vendored
View File

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