Archive stats

This commit is contained in:
Maciej 2021-03-29 03:23:55 +02:00
parent 0b45f0ec48
commit dbff62a9ab

10
stats/Jenkinsfile vendored
View File

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