From e8d0a7ddcd75119a31b7603f8987567a31621743 Mon Sep 17 00:00:00 2001 From: ISA Date: Sat, 13 Jul 2024 21:19:30 +0200 Subject: [PATCH] test branch main2 jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 86463318b..58b948355 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage('Checkout') { steps { // Code aus dem Repository holen - git branch: 'main', url: 'http://localhost:3003/Ismail/NodeMap.git' + git branch: 'main2', url: 'http://localhost:3003/Ismail/NodeMap.git' } }