From 284323842ee316e0e3f5c6b66a7a9c171df36fdc Mon Sep 17 00:00:00 2001 From: ISA Date: Sat, 13 Jul 2024 22:16:08 +0200 Subject: [PATCH] test branch develop und IP 172.20.0.2 und try catch blocke in jenkinsfile pipeline --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2673f634a..d1e2846da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,9 +11,9 @@ pipeline { script { try { // Code aus dem Repository holen - git branch: 'develop', url: 'http://localhost:3003/Ismail/NodeMap.git' + git branch: 'develop', url: 'http://172.20.0.2:3000/Ismail/NodeMap.git' } catch (Exception e) { - error "Branch 'main2' exists nicht im Repository" + error "Branch 'develop' exists nicht im Repository" } } }