From 7cbe2168fbaa35ac3a5c0383457cbf2bc4ee7844 Mon Sep 17 00:00:00 2001 From: s434765 Date: Sat, 27 Mar 2021 22:56:33 +0100 Subject: [PATCH] pipeline fix --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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