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