Zaktualizuj 'Jenkinsfile_dvc'

This commit is contained in:
Michał Dudziak 2023-05-13 12:07:50 +02:00
parent 0ac332ad73
commit 9b07c0ce96
1 changed files with 1 additions and 1 deletions

View File

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