bash script fix

This commit is contained in:
s444417 2022-03-24 17:41:58 +01:00
parent c22716725e
commit bd28d56b5d

2
Jenkinsfile vendored
View File

@ -13,7 +13,9 @@ pipeline {
} }
stage("Shell Script") { stage("Shell Script") {
steps {
sh "chmod u+x ./startscript.sh" sh "chmod u+x ./startscript.sh"
} }
} }
} }
}