diff --git a/Jenkinsfile b/Jenkinsfile index 631313c..db48ba9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { } stage('Arichve') { steps{ - archiveArtifacts artifacts: 'understat.csv', followSymlinks: false + archiveArtifacts artifacts: 'understat.csv', 'understat_per_game.csv', followSymlinks: false } } }