From c0a75da646d766262421d821a8364a52fc30a56a Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Sat, 13 May 2023 18:34:03 +0200 Subject: [PATCH] PLIS --- Dockerfile_4 | 3 +-- Jenkinsfile_6 | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile_4 b/Dockerfile_4 index 48bf197..e2446cc 100644 --- a/Dockerfile_4 +++ b/Dockerfile_4 @@ -29,5 +29,4 @@ RUN chmod +x ./train.py RUN chmod +x ./test.py -RUN useradd -r -u 111 jenkins -RUN dvc repro \ No newline at end of file +RUN useradd -r -u 111 jenkins \ No newline at end of file diff --git a/Jenkinsfile_6 b/Jenkinsfile_6 index 7aa69e6..b311e61 100644 --- a/Jenkinsfile_6 +++ b/Jenkinsfile_6 @@ -10,7 +10,8 @@ pipeline { withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) { sh 'dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp' sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_KEY' - sh 'dvc pull' + sh 'dvc pull' + sh 'dvc repro' } } }