Jenkinsfile updated.

This commit is contained in:
rhinemann 2024-12-27 19:40:40 +02:00
parent f0c7baeed8
commit 1a7d256113
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -4,6 +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' git url: 'http://10.1.1.1:3000/Rhinemann/sys-prog-coursework-lab-4.git'
} }
} }