diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index 7fbe888..235268f 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -20,10 +20,10 @@ pipeline { sh './stats/generate_stats.sh' } } + stage('archiveArtifacts') + steps{ + archiveArtifacts 'stats.txt' + } + } } } - // stage('archiveArtifacts') - // steps{ - - // } - // } \ No newline at end of file