Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Mikołaj Perz 2023-04-20 17:55:13 +02:00
parent 1951293ac1
commit 2279ee0102

View File

@ -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'
}
}