From 342ca41f0e9c3cff1b7c7e7ce90c65e646fc8936 Mon Sep 17 00:00:00 2001 From: Jj! Date: Fri, 14 Sep 2018 14:47:14 -0500 Subject: [PATCH] [SHIBUI-794] WIP --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e1eaa66f9..29089222d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { steps { sh ''' docker stop shibui || true - docker run -d --restart always -t shibui -p 8080:8080 unicon/shibui --spring.config.location=file:/etc/shibui + docker run -d --restart always -t shibui -p 8080:8080 unicon/shibui:latest --spring.config.location=file:/etc/shibui ''' } }