From 44e58f35836bc7d66ef2e1bb617a80fddc28046d Mon Sep 17 00:00:00 2001 From: Kamila Date: Tue, 19 Apr 2022 16:38:55 +0200 Subject: [PATCH] update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b5f757d..740842d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' sh 'python3 ./data_expl.py' sh 'python3 ./nn_train.py' - archiveArtifacts artifacts: 'apps_train.csv, apps_test.csv, apps_validate.csv' + archiveArtifacts artifacts: 'apps_train.csv, apps_test.csv, apps_validate.csv, results.txt' } } }