This is an automated email from the ASF dual-hosted git repository.
jstastnycz 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 cb7f1090 Build-chain kogito-apps - Add after script for reproducible
build check (#1282)
cb7f1090 is described below
commit cb7f10904327c29dff12e6de2f53c21d0753704f
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Aug 20 15:37:13 2025 +0200
Build-chain kogito-apps - Add after script for reproducible build check
(#1282)
* Add after script for reproducible build check
* Simplify the exclusions handling
---------
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/pull-request-config.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.ci/pull-request-config.yaml b/.ci/pull-request-config.yaml
index 1de6aa2c..2412f4ce 100644
--- a/.ci/pull-request-config.yaml
+++ b/.ci/pull-request-config.yaml
@@ -60,6 +60,12 @@ build:
mvn dependency:tree clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }}
${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS }}
upstream: |
mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }}
${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM
}}
+ after:
+ # Make sure you add -pl into MVN_PROJECTS_EXCLUSION when adding some
exclusions
+ current: |
+ export MVN_PROJECTS_EXCLUSION=""
+ echo ${{ env.MVN_PROJECTS_EXCLUSION }}
+ mvn clean package -DskipTests -Dfull artifact:3.5.1:compare
-Dcompare.fail=false -Dcompare.aggregate.only=true
-Dreference.repo=file:~/.m2/repository ${{ env.MVN_PROJECTS_EXCLUSION }} ${{
env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{
env.KOGITO_APPS_BUILD_MVN_OPTS }}
- project: apache/incubator-kie-kogito-examples
build-command:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]