Update 'lab10/Jenkinsfile_dvc'

This commit is contained in:
Kacper Dudzic 2022-05-29 18:06:50 +02:00
parent 9a3cb6c38b
commit cdfde24b14

View File

@ -9,7 +9,7 @@ pipeline {
stage('Stage 1') {
steps {
echo 'Cloning and switching to repo'
sh 'git clone https://git.wmi.amu.edu.pl/s449288/ium_s449288.git'
/* sh 'git clone https://git.wmi.amu.edu.pl/s449288/ium_s449288.git' - już raz wykonane*/
sh 'ls -lh'
sh 'cd ium_s449288'
echo 'In ium_s449288 now'