diff --git a/Jenkinsfile b/Jenkinsfile index d3745bd..b8a9a7a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { steps { container('dind') { sh 'cat run.sh' - sh 'docker build -t "andreas/rsyncd:${env.BUILD_TAG}"' + sh 'docker build -t andreas/rsyncd:${env.BUILD_TAG}' sh 'docker images' } }