From 1c96ec0a92335a3680f9a67aa88d8cbce7a5b1ae Mon Sep 17 00:00:00 2001 From: dresi Date: Mon, 3 Nov 2025 16:53:03 +0100 Subject: [PATCH] Jenkinsfile aktualisiert --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {