From 651b4b11cab47e01350f0f5bbf7a25eb81ff580b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 27 Mar 2022 22:26:47 +0200 Subject: [PATCH] WIP --- Jenkinsfile.stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.stats b/Jenkinsfile.stats index 0892cc2..49a0328 100644 --- a/Jenkinsfile.stats +++ b/Jenkinsfile.stats @@ -20,7 +20,7 @@ pipeline { } stage("Calcualte stats") { steps { - sh "stats.sh" + sh "./stats.sh" archiveArtifacts artifacts: "stats.txt" } }