This commit is contained in:
Sheaza 2024-03-26 19:07:55 +01:00
parent f2b009b632
commit bec0f944b2

1
stats/Jenkinsfile vendored
View File

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