fix 2
This commit is contained in:
parent
a7348fb19c
commit
f2b009b632
2
stats/Jenkinsfile
vendored
2
stats/Jenkinsfile
vendored
@ -20,7 +20,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Get stats') {
|
stage('Get stats') {
|
||||||
steps {
|
steps {
|
||||||
sh "./get_stats.sh"
|
sh "./stats/get_stats.sh"
|
||||||
archiveArtifacts artifacts: 'stats.txt', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'stats.txt', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user