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