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-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new 1b9cfa58 NO-ISSUE: remove archive-artifacts from bc config files
(#1275)
1b9cfa58 is described below
commit 1b9cfa58d9417cbef04bb1822a2cde1469b44ed6
Author: Jan Stastny <[email protected]>
AuthorDate: Tue Feb 4 10:58:24 2025 +0100
NO-ISSUE: remove archive-artifacts from bc config files (#1275)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/buildchain-config-pr-cdb.yaml | 5 -----
.ci/pull-request-config.yaml | 5 -----
2 files changed, 10 deletions(-)
diff --git a/.ci/buildchain-config-pr-cdb.yaml
b/.ci/buildchain-config-pr-cdb.yaml
index 55c1e280..0b8f8e49 100644
--- a/.ci/buildchain-config-pr-cdb.yaml
+++ b/.ci/buildchain-config-pr-cdb.yaml
@@ -63,11 +63,6 @@ build:
mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }}
${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM
}}
downstream: |
mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }}
${{ env.BUILD_MVN_OPTS_DOWNSTREAM }} ${{
env.KOGITO_APPS_BUILD_MVN_OPTS_DOWNSTREAM }}
- archive-artifacts:
- path: |
- **/*.log
- **/cypress/screenshots/**
- **/cypress/videos/**
- project: apache/incubator-kie-kogito-examples
build-command:
diff --git a/.ci/pull-request-config.yaml b/.ci/pull-request-config.yaml
index 1f30b634..1de6aa2c 100644
--- a/.ci/pull-request-config.yaml
+++ b/.ci/pull-request-config.yaml
@@ -60,11 +60,6 @@ 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
}}
- archive-artifacts:
- path: |
- **/*.log
- **/cypress/screenshots/**
- **/cypress/videos/**
- project: apache/incubator-kie-kogito-examples
build-command:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]