diff --git a/Jenkinsfile b/Jenkinsfile index 568f266..743351f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stages { stage('Clone Repository') { steps { - git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s464913/ium_464913' + git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s464913/ium_464913.git' } } stage('Download dataset') {