Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Mikołaj Perz 2023-04-20 18:08:06 +02:00
parent f3cab9a6f6
commit 90389ecc2b

View File

@ -10,7 +10,7 @@ pipeline {
stages {
stage('Git Checkout') {
steps {
git 'https://github.com/yourusername/your-repository.git'
git 'https://git.wmi.amu.edu.pl/s360792/ium_z360792.git'
}
}