From 50dd17d3b0c53133bc5c79b5f0fe50b03cc27ccc Mon Sep 17 00:00:00 2001 From: Yevheniia Tsapkova Date: Fri, 3 Apr 2020 13:06:37 +0200 Subject: [PATCH] jenkinsfile modified --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a981bf1..5af2b55 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { stage('Shell script'){ steps{ - sh chmod +x './script.sh' + sh 'chmod +x ./script.sh' } }