Jenkinsfile updated.

This commit is contained in:
rhinemann 2024-12-27 19:49:20 +02:00
parent 1a7d256113
commit cc3e24b654
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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