diff --git a/Jenkinsfile b/Jenkinsfile index f29d253..3e50212 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,8 @@ node { sh ''' #!/usr/bin/env bash chmod 777 get_stats_simple.sh - ./get_stats_simple.sh + ./get_stats_simple.sh | tee output.txt ''' + archiveArtifacts 'output.txt' } } \ No newline at end of file