From 1beaca2622ee55bf7c87e4d9d4cbd6d137d078a4 Mon Sep 17 00:00:00 2001 From: dev-mkoebis Date: Thu, 11 Jun 2026 09:44:26 +0200 Subject: [PATCH] Jenkins Pipeline angepasst auf neuen Jenkins Agenten "jenkins_home_agent" --- Hochbaustatistik/config/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hochbaustatistik/config/Jenkinsfile b/Hochbaustatistik/config/Jenkinsfile index c87e091..5ba57ca 100644 --- a/Hochbaustatistik/config/Jenkinsfile +++ b/Hochbaustatistik/config/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { node { - label 'Jenkins_Homer' + label 'jenkins_homer_agent' } } stages