test branch main2 jenkinsfile

This commit is contained in:
ISA
2024-07-13 21:19:30 +02:00
parent 48c92af06e
commit e8d0a7ddcd

2
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline {
stage('Checkout') {
steps {
// Code aus dem Repository holen
git branch: 'main', url: 'http://localhost:3003/Ismail/NodeMap.git'
git branch: 'main2', url: 'http://localhost:3003/Ismail/NodeMap.git'
}
}