Jenkinsfile updated.

This commit is contained in:
rhinemann 2024-12-27 19:32:29 +02:00
parent b6207c199a
commit 3f76c5e3b8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
git url: 'http://10.1.1.1:3000/Rhinemann/sys-prog-coursework-lab-4.git', credentialsId: 'access_for_jenkins' git url: 'http://10.1.1.1:3000/Rhinemann/sys-prog-coursework-lab-4.git'
} }
} }