diff --git a/Jenkinsfile b/Jenkinsfile index 1fec50052..1c3657f47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { } steps { sh ''' - docker run unicon/shibui + docker run -d --restart unicon/shibui ''' } }