Zaktualizuj 'Jenkinsfile_dvc'

This commit is contained in:
Michał Dudziak 2023-05-13 12:08:55 +02:00
parent 9b07c0ce96
commit cf1d2e869c

View File

@ -5,6 +5,7 @@ pipeline {
stage('Clone repository') {
steps {
sh 'git clone https://git.wmi.amu.edu.pl/s452662/ium_452662'
sh 'cd ium_452662'
}
}