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

2
stats/Jenkinsfile vendored
View File

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