Update 'lab10/Jenkinsfile_dvc'

This commit is contained in:
Kacper Dudzic 2022-05-31 15:48:33 +02:00
parent 3963a270f8
commit c8fb7a1c55

View File

@ -11,7 +11,7 @@ pipeline {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 'f695fe86-8cca-47f7-a546-d3bfd1059fd4', url: 'https://git.wmi.amu.edu.pl/s449288/ium_s449288.git']]])
echo 'Checked out'
/* sh 'git clone https://git.wmi.amu.edu.pl/s449288/ium_s449288.git' - wykonane raz */
'Changing into dvc repo and updating'
echo 'Changing into dvc repo and updating'
sh 'cd ium_s449288'
sh 'git pull origin master'
echo 'In ium_s449288 now'