IUM_03 - add pipeline and bash script for statistics extraction - fix

This commit is contained in:
Paweł Łączkowski 2024-03-20 19:10:19 +01:00
parent 33f0c86098
commit 8fc0e4d0a3

View File

@ -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
}