Update Jenkinsfile

This commit is contained in:
s464962 2024-03-26 23:04:58 +01:00
parent a2032d4545
commit e5d94a4a06
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
stages {
stage('Clone Repository') {
steps {
git url: "https://git.wmi.amu.edu.pl/s464962/ium_464962"
checkout([$class: 'GitSCM', branches: [[name: '*/main']], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s464962/ium_464962']]])
}
}