forked from s464914/ium_464914
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') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh "python ./get_stats.py"
|
sh "python3 ./get_stats.py"
|
||||||
archiveArtifacts artifacts: 'artifacts/*', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'stats.txt', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user