Zaktualizuj 'Jenkinsfile-create-dataset'

This commit is contained in:
Patryk Łukasiewicz 2023-04-20 14:29:44 +02:00
parent 31ea9f32e9
commit 84ce605a11

View File

@ -25,7 +25,7 @@ pipeline {
stage('Clone Git') { stage('Clone Git') {
steps { steps {
sh 'git clone https://git.wmi.amu.edu.pl/s43743/ium_z434743' sh 'git clone https://git.wmi.amu.edu.pl/s434743/ium_z434743'
} }
} }