Zaktualizuj 'Jenkinsfile_dvc'

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

View File

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