diff --git a/Jenkinsfile b/Jenkinsfile index 963cb63..48296a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { stage('Build Docker image') { steps { container('dind') { - docker.build "andreas/rsyncd:${env.BUILD_TAG}" + sh 'docker build -t "andreas/rsyncd:${env.BUILD_TAG}"' sh 'docker images' } }