From 7618fbea95b7548346c5562a583f39f7290ad1b7 Mon Sep 17 00:00:00 2001 From: ISA Date: Sat, 13 Jul 2024 22:12:54 +0200 Subject: [PATCH] test branch develop und try catch blocke in jenkinsfile pipeline --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a36254244..2673f634a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { script { try { // Code aus dem Repository holen - git branch: 'main2', url: 'http://localhost:3003/Ismail/NodeMap.git' + git branch: 'develop', url: 'http://localhost:3003/Ismail/NodeMap.git' } catch (Exception e) { error "Branch 'main2' exists nicht im Repository" }