From 717c050e4dcb4e8635d235473bad5ae8c3f671e0 Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Sun, 16 Apr 2023 08:44:38 +0200 Subject: [PATCH] update --- Jenkinsfile-dataset-stats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile-dataset-stats b/Jenkinsfile-dataset-stats index fa6ae74..b06213d 100644 --- a/Jenkinsfile-dataset-stats +++ b/Jenkinsfile-dataset-stats @@ -25,7 +25,9 @@ pipeline { stage('Shell Script') { steps { // Stats - sh 'chmod +x s487175-dataset-stats-script.sh > output.txt' + sh 'chmod +x s487175-dataset-stats-script.sh' + // Run script + sh './s487175-dataset-stats-script.sh > output.txt' } } stage('Archive file') {