diff --git a/Jenkinsfile b/Jenkinsfile index 33ea8a208..86cb0bc33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { } } steps { - sh '''docker run -d --restart unicon/shibui + sh '''docker run -d --restart always unicon/shibui ''' } }