bash script fix

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

4
Jenkinsfile vendored
View File

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