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