Fix 2 Jenkinsfile
This commit is contained in:
parent
a05dcc4384
commit
8829f34c77
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -14,6 +14,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
|
sh('chmod +x ./shell_script.sh')
|
||||||
sh('./shell_script.sh')
|
sh('./shell_script.sh')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user