This is an automated email from the ASF dual-hosted git repository.

gitgabrio pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new f056769626 [incubatore-kie-issues#2246] Add gradle-examples to 
downstream build (#4200)
f056769626 is described below

commit f05676962614032ba122f0dc6da235c9f2da6ad5
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Fri Feb 20 09:14:23 2026 +0100

    [incubatore-kie-issues#2246] Add gradle-examples to downstream build (#4200)
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
---
 .ci/jenkins/dsl/jobs.groovy         | 8 ++++++++
 .github/workflows/pr-downstream.yml | 5 ++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 4454e2de5a..610c26812a 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -88,6 +88,14 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
                 env : [
                     KOGITO_EXAMPLES_SUBFOLDER_POM: 
'serverless-workflow-examples/',
                 ],
+            ],
+                [
+                id: 'kogito-gradle-examples',
+                repository: 'incubator-kie-kogito-examples',
+                dependsOn: 'kogito-apps',
+                env : [
+                    KOGITO_EXAMPLES_SUBFOLDER_POM: 'gradle-examples/',
+                ]
             ]
         ],
     ]
diff --git a/.github/workflows/pr-downstream.yml 
b/.github/workflows/pr-downstream.yml
index 7fe96a537e..503bcd9532 100644
--- a/.github/workflows/pr-downstream.yml
+++ b/.github/workflows/pr-downstream.yml
@@ -39,7 +39,7 @@ jobs:
     timeout-minutes: 180
     strategy:
       matrix:
-        job_name: [ kogito-apps, kogito-quarkus-examples, 
kogito-springboot-examples, serverless-workflow-examples ]
+        job_name: [ kogito-apps, kogito-quarkus-examples, 
kogito-springboot-examples, serverless-workflow-examples, 
kogito-gradle-examples ]
         os: [ubuntu-latest]
         java-version: [17]
         maven-version: ['3.9.11']
@@ -56,6 +56,9 @@ jobs:
           - job_name: serverless-workflow-examples
             repository: incubator-kie-kogito-examples
             env_KOGITO_EXAMPLES_SUBFOLDER_POM: serverless-workflow-examples/
+          - job_name: kogito-gradle-examples
+            repository: incubator-kie-kogito-examples
+            env_KOGITO_EXAMPLES_SUBFOLDER_POM: gradle-examples/
       fail-fast: false
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{ 
matrix.java-version }} / Maven-${{ matrix.maven-version }})


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

Reply via email to