Fix 4 Jenkinsfile
This commit is contained in:
parent
8d70f6f028
commit
e654a60ad5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user