From 5790f04afcbc43f245b7e6dccb1cb2209d44417d Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Wed, 27 Mar 2024 01:38:37 +0100 Subject: [PATCH] chmod --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b6ac2b0..19d5929 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git", branch: "main" ) - sh 'chmod 777 ./data_download.sh' + sh 'chmod 777 ./data_processing.sh' sh './data_processing.sh' archiveArtifacts artifacts: './*' }