diff --git a/Jenkinsfile b/Jenkinsfile index 4176dea..4c1add8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { container(name: 'kaniko', shell: '/busybox/sh') { sh '''#!/busybox/sh - /kaniko/executor --dockerfile `pwd`/Dockerfile --context `pwd` --destination=andreas/rsyncd:latest + /kaniko/executor --dockerfile `pwd`/Dockerfile --context `pwd` --destination="andreas/rsyncd:latest" ''' } }