Skip to content

Commit

Permalink
Update jenkins shared lib PR check (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Jan 20, 2022
1 parent dd13ecf commit 3f2f72f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions job-dsls/jobs/kie/main/jenkins_shared_libs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ pipelineJob(jobName) {
gitSCM {
userRemoteConfigs {
userRemoteConfig {
url("https://github.com/\${ghprbPullAuthorLogin}/${repository}/")
url("https://github.com/${ghOrgUnit}/${repository}/")
credentialsId(ghJenkinsfilePwd)
name('')
refspec('')
refspec('+refs/pull/*:refs/remotes/origin/pr/*')
}
}
branches {
branchSpec {
name('${ghprbSourceBranch}')
name('${sha1}')
}
}
browser { }
Expand Down

0 comments on commit 3f2f72f

Please sign in to comment.