From 630caf34e6ff0467a18c556a7852d20b45078c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Fri, 5 May 2023 17:13:16 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a5f5ec8..2c878c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ node { head -n $((CUTOFF)) Car_Prices_Poland_Kaggle.csv | tail $((23586 - CUTOFF)) > cars_train.csv'''} } stage('Save data into artifacts') { - archiveArtifacts artifacts: '*.csv', followSymlinks: false + archiveArtifacts artifacts: 'zbior_ium/*.csv', followSymlinks: false } }