IUM_03 - add pipeline and bash script for statistics extraction - fix
This commit is contained in:
parent
33f0c86098
commit
8fc0e4d0a3
1
statistics/Jenkinsfile
vendored
1
statistics/Jenkinsfile
vendored
@ -24,6 +24,7 @@ pipeline {
|
||||
|
||||
stage('Get statistics') {
|
||||
steps {
|
||||
sh "chmod +x get_stats.sh"
|
||||
sh "./get_stats.sh"
|
||||
archiveArtifacts artifacts: 'stats.txt', onlyIfSuccessful: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user