Fix Jenkins build permissions
This commit is contained in:
parent
cf1b85f85b
commit
3d70526d05
@ -8,6 +8,7 @@ def branch = GithubBranchName
|
||||
def newJobName = InternalUtilities.getFullJobName(project, "Default", isPR)
|
||||
def newJob = job(newJobName) {
|
||||
steps {
|
||||
shell("chmod +x ./jenkins.sh")
|
||||
shell("./jenkins.sh ${isPR}")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user