diff --git a/Jenkinsfile_dataset_stats b/Jenkinsfile_dataset_stats index f0f6c27..9ca318f 100644 --- a/Jenkinsfile_dataset_stats +++ b/Jenkinsfile_dataset_stats @@ -10,7 +10,7 @@ pipeline { stages { stage('Git Checkout') { steps { - git 'https://git.wmi.amu.edu.pl/s360792/ium_z360792' + sh 'git clone https://git.wmi.amu.edu.pl/s360792/ium_z360792' } }