From 21f842966b5c826ab6a1ffee38f32294cd954a1c Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Sun, 3 Apr 2022 15:07:17 +0200 Subject: [PATCH] zadanie doker --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e059375..7242ea6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386']]]) sh "chmod u+x ./dataset_download.sh" sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./dataset_download.sh" - archiveArtifacts 'data.csv' + archiveArtifacts 'steam-200k.csv' } } }