fix
This commit is contained in:
parent
ebef6c12cc
commit
c0a52a095b
4
stats/Jenkinsfile
vendored
4
stats/Jenkinsfile
vendored
@ -19,8 +19,8 @@ pipeline {
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh "python ./get_stats.py"
|
||||
archiveArtifacts artifacts: 'artifacts/*', onlyIfSuccessful: true
|
||||
sh "python3 ./get_stats.py"
|
||||
archiveArtifacts artifacts: 'stats.txt', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user