This commit is contained in:
Maciej 2021-03-29 03:24:35 +02:00
parent dbff62a9ab
commit 10a39edee8

2
stats/Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
sh './stats/generate_stats.sh'
}
}
stage('archiveArtifacts')
stage('archiveArtifacts'){
steps {
archiveArtifacts 'stats.txt'
}