diff --git a/Jenkinsfile b/Jenkinsfile index 79840e0..3c35ee5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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']]]) } }