From c961a8b834dfedc6af7a88620b4e46a59a645cc7 Mon Sep 17 00:00:00 2001 From: Kamil Guttmann Date: Sun, 10 Apr 2022 18:34:20 +0200 Subject: [PATCH] Archive proper artifacts --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0ae257b..93e7612 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { steps { sh "./download_data.sh" sh "python3 clean_and_split_data.py" - archiveArtifacts artifacts: "crime.test, crime.dev, crime.train", onlyIfSuccessful: true + archiveArtifacts artifacts: "crime_test.csv, crime_dev.csv, crime_train.csv", onlyIfSuccessful: true } } }