From 084fb70ec432d6b4491501a3e2550ed0124aa1d3 Mon Sep 17 00:00:00 2001 From: dresi Date: Mon, 3 Nov 2025 16:52:19 +0100 Subject: [PATCH] Jenkinsfile aktualisiert --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 75e1fff..1d3f693 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ node { /* This builds the actual image; synonymous to * docker build on the command line */ - app = docker.build("getintodevops/hellonode") + sh 'docker build -t andreas/rsyncd:latest } stage('Test image') {