Update 'lab10/Jenkinsfile_dvc'

This commit is contained in:
Kacper Dudzic 2022-05-29 17:31:32 +02:00
parent c4e6b71eed
commit caef5632a9

View File

@ -10,6 +10,7 @@ pipeline {
steps {
echo 'Checking out and switching to repo'
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']]])
sh 'ls -lh'
sh 'cd ium_s449288'
echo 'In ium_s449288 now'
echo 'Creating dvc remote'