update jenkinsfile_dvc
Some checks failed
s444356-evaluation/pipeline/head There was a failure building this commit
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-06-02 23:07:08 +02:00
parent f325858c0f
commit 9cbdde126a

View File

@ -19,6 +19,7 @@ pipeline {
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY' sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
sh 'dvc remote list' sh 'dvc remote list'
sh 'cd .dvc' sh 'cd .dvc'
sh 'ls -al'
sh 'cat config' sh 'cat config'
sh 'dvc pull' sh 'dvc pull'
sh 'dvc repro' sh 'dvc repro'