From 8711382c1ef54b4af6d734adace3dfbfc193b4a4 Mon Sep 17 00:00:00 2001 From: s426226 Date: Thu, 3 Dec 2020 17:50:07 +0100 Subject: [PATCH] Add permissions --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 02e3419..ebf1d3d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stages { stage('Install') { steps { + sh chmod 777 dotnet-install.sh sh "./dotnet-install.sh" } }