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

4
stats/Jenkinsfile vendored
View File

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