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