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 } }