This commit is contained in:
Mateusz Piwowarski 2024-03-24 12:41:33 +01:00
parent 9160330a72
commit dc5fef338b

2
stats/Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
}
stage('Archive Artifacts') {
steps {
archiveArtifacts artifacts: 'data/*', onlyIfSuccessful: true
archiveArtifacts artifacts: 'stats/*', onlyIfSuccessful: true
}
}
}