Add permissions

This commit is contained in:
s426226 2020-12-03 17:50:07 +01:00
parent eccafe1dc7
commit 8711382c1e

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stages { stages {
stage('Install') { stage('Install') {
steps { steps {
sh chmod 777 dotnet-install.sh
sh "./dotnet-install.sh" sh "./dotnet-install.sh"
} }
} }