From 1c7b89f98165eb7f80e4bd9cd50caf3a3c45c0eb Mon Sep 17 00:00:00 2001 From: dresi Date: Wed, 5 Nov 2025 12:56:03 +0100 Subject: [PATCH] Jenkinsfile aktualisiert --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }