From 67489a1bf9c9da59d921877554f3f34c694310f6 Mon Sep 17 00:00:00 2001 From: s464903 Date: Wed, 20 Mar 2024 13:37:53 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bd8be09..59317c7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { // Krok: Wywołanie skryptu shella script { sh 'chmod +x data_processing_script.sh' // Nadaj uprawnienia do wykonania skryptu - sh './data_processing_script.sh' // Wykonaj skrypt + sh './data_processing_script.sh --CUTOFF 10' // Wykonaj skrypt } } }