This is an automated email from the ASF dual-hosted git repository. jstastnycz pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
commit ab7b91dbc53e755c36e70d83513794e55d299d64 Author: Jan Stastny <[email protected]> AuthorDate: Tue Nov 7 14:12:50 2023 +0100 kie-issues#628: add apache nexus credentials (#1119) Co-authored-by: jstastny-cz <[email protected]> --- .ci/jenkins/config/branch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml index c0447a50..a7e138b6 100644 --- a/.ci/jenkins/config/branch.yaml +++ b/.ci/jenkins/config/branch.yaml @@ -90,8 +90,8 @@ maven: build_promotion_profile_id: TO_DEFINE artifacts_repository: '' artifacts_upload_repository: - url: TO_DEFINE - creds_id: TO_DEFINE + url: https://repository.apache.org/content/repositories/snapshots + creds_id: apache-nexus-kie-deploy-credentials quarkus_platform_repository: url: TO_DEFINE creds_id: TO_DEFINE --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
