Fix 2 Jenkinsfile

This commit is contained in:
s416178 2020-04-03 11:36:07 +02:00
parent a05dcc4384
commit 8829f34c77

1
Jenkinsfile vendored
View File

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