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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new a08be6090 [incubator-kie-issues#2259] Dumping dependency trees to
different file (#2179)
a08be6090 is described below
commit a08be60903ffeee83001d593b8734c67038a5543
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Mon Feb 23 15:48:21 2026 +0100
[incubator-kie-issues#2259] Dumping dependency trees to different file
(#2179)
* [no_issue_dependency_trees] Dumping dependency trees to different file
* [no_issue_dependency_trees] Fix usage of variable in dependency tree name
* [no_issue_dependency_trees] Fix artifact name
* [no_issue_dependency_trees] Apply PR suggestion
---------
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
.github/workflows/pr-kogito-examples.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/workflows/pr-kogito-examples.yml
b/.github/workflows/pr-kogito-examples.yml
index 97f7d11df..7694897c8 100644
--- a/.github/workflows/pr-kogito-examples.yml
+++ b/.github/workflows/pr-kogito-examples.yml
@@ -43,6 +43,8 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{
matrix.java-version }} / Maven-${{ matrix.maven-version }})
+ env:
+ DEPENDENCY_TREE_FILE: 'mvn_dependency_tree_${{ matrix.job_name }}_${{
matrix.os }}.txt'
steps:
- name: Clean Disk Space
uses:
apache/incubator-kie-kogito-pipelines/.ci/actions/ubuntu-disk-space@main
@@ -69,3 +71,9 @@ jobs:
if: ${{ always() }}
with:
report_paths: '**/*-reports/TEST-*.xml'
+ - name: Upload Dependency Trees
+ uses: actions/upload-artifact@v4
+ if: ${{ always() }}
+ with:
+ name: dependency-trees-logs_${{ matrix.job_name }}_${{ matrix.os }}
+ path: '**/${{ env.DEPENDENCY_TREE_FILE }}'
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]