baldimir commented on code in PR #1097:
URL: 
https://github.com/apache/incubator-kie-kogito-pipelines/pull/1097#discussion_r1341199847


##########
dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobTemplate.groovy:
##########
@@ -490,17 +490,17 @@ class KogitoJobTemplate {
                     checkoutCredentialsId(Utils.getGitAuthorCredsId(script))
                     scanCredentialsId(Utils.getGitAuthorCredsId(script))
                     // Build fork PRs (unmerged head).
-                    buildForkPRHead(false)
+                    buildForkPRHead(true)
                     // Build fork PRs (merged with base branch).
-                    buildForkPRMerge(true)
+                    buildForkPRMerge(false)
                     // Build origin branches.
                     buildOriginBranch(false)
                     // Build origin branches also filed as PRs.
-                    buildOriginBranchWithPR(false)
+                    buildOriginBranchWithPR(true)

Review Comment:
   You are right, will revert this. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to