Fix 4 Jenkinsfile

This commit is contained in:
s416178 2020-04-03 11:38:55 +02:00
parent 8d70f6f028
commit e654a60ad5

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
} }
stage('sh: Shell Script') { stage('sh: Shell Script') {
steps { steps {
sh chmod +x ./shell_script.sh sh('chmod +x ./shell_script.sh')
sh('./shell_script.sh') sh('./shell_script.sh')
} }
} }