From a05cf76a303c75fd25071b930d0850761d992899 Mon Sep 17 00:00:00 2001 From: dresi Date: Wed, 5 Nov 2025 13:01:51 +0100 Subject: [PATCH] Jenkinsfile aktualisiert --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b8a9a7a..51bca8c 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' } }