Zaktualizuj 'Jenkinsfile_dvc'

This commit is contained in:
Michał Dudziak 2023-05-13 12:06:48 +02:00
parent 66a95f4e23
commit 0ac332ad73

View File

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