From 021dfcabdf14ad2c4daa4c21e5cd933c9b03ec45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Parafi=C5=84ski?= Date: Sun, 3 Apr 2022 23:16:40 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_stats' --- Jenkinsfile_stats | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index 5333e8b..d154858 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -14,6 +14,7 @@ pipeline { stages { stage("Script") { steps { + sh 'chmod +x ./lab2/stats.sh' sh "./lab2/stats.sh" archiveArtifacts 'stats.txt' }