Fix Jenkins build permissions

This commit is contained in:
guillaumejenkins 2017-02-06 14:06:41 -08:00
parent cf1b85f85b
commit 3d70526d05

View File

@ -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}")
}