From 3a6e95e0848d156847559768d624693020802f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pogodzi=C5=84ski?= Date: Sun, 16 May 2021 08:13:27 +0200 Subject: [PATCH] changed Jenkinsfile --- Jenkinsfile-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index d10a09e..aa5a4dd 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -18,7 +18,7 @@ pipeline{ def img=docker.build('jpogodzinski/ium:1') img.inside { sh 'rm -rf ium_s437622' - sh 'git clone https://git.wmi.amu.edu.pl/s437622/ium_s437622.git' + 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'