From 405b33afb8a5f8d8cfabf36c841119cef1cc3806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 27 Mar 2022 20:48:03 +0200 Subject: [PATCH] wip --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 98c866f..c931f86 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { } stage('bash script') { steps { - ./process_data.sh + sh ./process_data.sh } } }