From 3a85e78515ab77401838c39feba6f1859f27bf11 Mon Sep 17 00:00:00 2001 From: ISA Date: Sun, 14 Jul 2024 11:28:43 +0200 Subject: [PATCH] jenkins verbindung test 10 --- Jenkinsfile | 2 +- components/MapComponent.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d6fd6aac8..a5a314271 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { script { try { // Code aus dem Repository holen - git branch: 'develop', url: 'http://172.20.0.2:3000/Ismail/NodeMap.git' + git branch: 'develop', url: 'http://172.19.0.2:3000/Ismail/NodeMap.git' } catch (Exception e) { error "Branch 'develop' exists nicht im Repository" } diff --git a/components/MapComponent.js b/components/MapComponent.js index dd2b867d8..c647f5ff0 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -1,5 +1,5 @@ // components/MapComponent.js -//Kommentar für Jenkins Test 9 +//Kommentar für Jenkins Test 10 import React, { useEffect,