bash script fix
This commit is contained in:
parent
c22716725e
commit
bd28d56b5d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage("Shell Script") {
|
stage("Shell Script") {
|
||||||
|
steps {
|
||||||
sh "chmod u+x ./startscript.sh"
|
sh "chmod u+x ./startscript.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user