From 47b5968f0c8f401af8b512595dccf01c3354b21d Mon Sep 17 00:00:00 2001 From: patrycjalazna Date: Sun, 28 Mar 2021 13:18:12 +0200 Subject: [PATCH] added permissions to jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index eb94e6e..1a0f9e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,7 @@ pipeline { stage('sh: Shell Script') { steps { sh 'chmod +x avocado-preprocessing.sh' + sh 'chmod +x ./avocado-preprocessing.sh' sh './avocado-preprocessing.sh ${CUTOFF}' } }