From 31073e542d786667af74c63874e14a4f1bd6dbeb Mon Sep 17 00:00:00 2001 From: "sadurska@trui.pl" Date: Tue, 20 Apr 2021 21:29:11 +0200 Subject: [PATCH] tweaks(ium_04) Update Jenkinsfile-stats. --- Jenkinsfile-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index d8e5355..7e91746 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -14,7 +14,7 @@ pipeline{ stage('sh: Shell Script'){ steps{ sh ''' - chmod +x script.sh + chmod +x stats.sh ./stats.sh''' } }