From 7425b358d866d0b8390becd730e3dd25dfb247bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Zab=C5=82o=C5=84ski?= Date: Sun, 27 Mar 2022 18:09:49 +0200 Subject: [PATCH] Zaktualizuj 'jenkinsfile' fix --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfile b/jenkinsfile index 6f06a7d..97b3627 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -18,7 +18,7 @@ pipeline { } post { always { - archiveArtifacts artifacts: 'adult-data.txt', onlyIfSuccessful: true + archiveArtifacts artifacts: 'adult-income-dataset.csv', onlyIfSuccessful: true } } }