From c07e343d72f2f8f98ccb1b4771adb2781d315d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Sun, 27 Mar 2022 22:55:23 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile-stats' --- Jenkinsfile-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index ffa94ef..5727d75 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -25,7 +25,7 @@ pipeline { } stage('Arichve') { steps{ - archiveArtifacts artifacts: 'understat.csv', followSymlinks: false + archiveArtifacts artifacts: 'wynik.txt', followSymlinks: false } }