From 9a3cb6c38b6e987c1303614e9392f01aed0eb3af Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sun, 29 May 2022 18:04:55 +0200 Subject: [PATCH] Update 'lab10/Jenkinsfile_dvc' --- lab10/Jenkinsfile_dvc | 1 + 1 file changed, 1 insertion(+) diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index 1da11c9..f3b7d97 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -18,6 +18,7 @@ pipeline { sh 'dvc remote add -f -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl' sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS' echo 'Remote created' + sh 'whoami' echo 'Pulling from dvc' sh 'dvc pull' echo 'Files pulled'