From 6442eab2e3d24f2fe74f7f92f9c4c8dfa4262996 Mon Sep 17 00:00:00 2001 From: s434766 Date: Sat, 10 Apr 2021 15:24:30 +0200 Subject: [PATCH] docker3 --- copyArtiJenkins/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyArtiJenkins/Jenkinsfile b/copyArtiJenkins/Jenkinsfile index 42b8a8f..7fee4cc 100644 --- a/copyArtiJenkins/Jenkinsfile +++ b/copyArtiJenkins/Jenkinsfile @@ -16,12 +16,12 @@ pipeline { } } steps { - sh 'python3 ./stats.py > stats.txt' + sh 'python3 ./stats.py >> data_stats.txt' } } stage('archiveArtifacts') { steps { - archiveArtifacts 'stats.txt' + archiveArtifacts 'data_stats.txt' } } }