From 0d45c53731e836929f12cbc16c532338f7107488 Mon Sep 17 00:00:00 2001 From: Jj! Date: Fri, 14 Sep 2018 13:56:14 -0500 Subject: [PATCH] [SHIBUI-794] WIP --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ''' } }