diff --git a/Jenkinsfile b/Jenkinsfile index 86cb0bc33..eb6e72ef4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,9 @@ pipeline { } } steps { - sh '''docker run -d --restart always unicon/shibui + sh ''' + docker stop shibui + docker run -d --restart always -t shibui unicon/shibui --spring.config.location=file:/etc/shibui ''' } }