diff --git a/Jenkinsfile b/Jenkinsfile index 1d3f693..9ffce8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ node { /* This builds the actual image; synonymous to * docker build on the command line */ - sh 'docker build -t andreas/rsyncd:latest + sh 'docker build -t andreas/rsyncd:latest' } stage('Test image') {