From 8cb95355ef340424056cb41381045a3df7b0fa8d Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Sun, 16 Apr 2023 08:42:18 +0200 Subject: [PATCH] update --- Jenkinsfile-dataset-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-dataset-stats b/Jenkinsfile-dataset-stats index 3124322..fa6ae74 100644 --- a/Jenkinsfile-dataset-stats +++ b/Jenkinsfile-dataset-stats @@ -25,7 +25,7 @@ pipeline { stage('Shell Script') { steps { // Stats - sh 'chmod +x s487175-dataset-stats-script.sh' > output.txt + sh 'chmod +x s487175-dataset-stats-script.sh > output.txt' } } stage('Archive file') {