This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new 5ec21a99 Build PRs from origin branches (#1108)
5ec21a99 is described below
commit 5ec21a99beeb6e35222eb76244d60672b90cd9a1
Author: Tibor Zimányi <[email protected]>
AuthorDate: Wed Oct 11 14:49:42 2023 +0200
Build PRs from origin branches (#1108)
---
.../src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobTemplate.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobTemplate.groovy
b/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobTemplate.groovy
index 7857df9c..438a10e5 100644
--- a/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobTemplate.groovy
+++ b/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobTemplate.groovy
@@ -498,7 +498,7 @@ class KogitoJobTemplate {
// Build origin branches also filed as PRs.
buildOriginBranchWithPR(false)
// Build origin PRs (unmerged head).
- buildOriginPRHead(false)
+ buildOriginPRHead(true)
// Build origin PRs (merged with base branch).
buildOriginPRMerge(false)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]