Commit 22a73edd authored by RamaRao's avatar RamaRao

add PR Job to school

parent 794d37ad
...@@ -47,10 +47,10 @@ multiJob('school-GitHub-Pull-Request-Builder') { ...@@ -47,10 +47,10 @@ multiJob('school-GitHub-Pull-Request-Builder') {
triggers { triggers {
githubPullRequest {
permitAll(true) permitAll(true)
cron('* * * * *') cron('* * * * *')
}
} }
//This configure block is used to set the gitHubAuthId field which is not made available through the basic DSL //This configure block is used to set the gitHubAuthId field which is not made available through the basic DSL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment