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