jenkins verbindung test 10

This commit is contained in:
ISA
2024-07-14 11:28:43 +02:00
parent 15383ec6c9
commit 3a85e78515
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -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"
}

View File

@@ -1,5 +1,5 @@
// components/MapComponent.js
//Kommentar für Jenkins Test 9
//Kommentar für Jenkins Test 10
import React, {
useEffect,