From d43301021827f3b66b7910d214c06b3d6248f614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pogodzi=C5=84ski?= Date: Sun, 16 May 2021 07:54:14 +0200 Subject: [PATCH] changed stats --- Jenkinsfile-stats | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 056e40e..9e47a6b 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -19,13 +19,9 @@ pipeline{ sh 'git clone https://git.wmi.amu.edu.pl/s437622/ium_s437622.git' sh "chmod +x ium_s437622/stats.sh" sh "ium_437622/stats.sh" + archiveArtifacts 'stats.txt' }} } } - stage('Archive artifacts'){ - steps{ - archiveArtifacts 'stats.txt' - } - } } } \ No newline at end of file