This commit is contained in:
Sheaza 2024-03-26 19:07:55 +01:00
parent f2b009b632
commit bec0f944b2
1 changed files with 1 additions and 0 deletions

1
stats/Jenkinsfile vendored
View File

@ -20,6 +20,7 @@ pipeline {
}
stage('Get stats') {
steps {
sh "chmod +x stats/get_stats.sh"
sh "./stats/get_stats.sh"
archiveArtifacts artifacts: 'stats.txt', onlyIfSuccessful: true
}