diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index 0dc6497..d788b7b 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { } stage('Archive Artifacts') { steps { - archiveArtifacts artifacts: 'data/*', onlyIfSuccessful: true + archiveArtifacts artifacts: 'stats/*', onlyIfSuccessful: true } } }