fix 3
This commit is contained in:
parent
f2b009b632
commit
bec0f944b2
1
stats/Jenkinsfile
vendored
1
stats/Jenkinsfile
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user