This is an automated email from the ASF dual-hosted git repository.
asf-ci-kie pushed a commit to branch 10.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 3454a7b5 Setup DSL branch config after cut-off
3454a7b5 is described below
commit 3454a7b54a5bcf2f421343a4287482c6bfea58d5
Author: asf-ci-kie <[email protected]>
AuthorDate: Tue Jul 16 13:52:38 2024 -0400
Setup DSL branch config after cut-off
---
.ci/jenkins/config/branch.yaml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index a7a76e16..d49cf203 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -24,31 +24,34 @@ disable:
repositories:
- name: incubator-kie-kogito-pipelines
job_display_name: kogito-pipelines
+ branch: 10.0.x
+ is_branch_config_repo: true
- name: incubator-kie-kogito-runtimes
job_display_name: kogito-runtimes
+ branch: 10.0.x
- name: incubator-kie-kogito-apps
job_display_name: kogito-apps
+ branch: 10.0.x
- name: incubator-kie-kogito-examples
job_display_name: kogito-examples
+ branch: 10.0.x
- name: incubator-kie-kogito-images
job_display_name: kogito-images
+ branch: 10.0.x
- name: incubator-kie-kogito-serverless-operator
job_display_name: kogito-serverless-operator
+ branch: 10.0.x
- name: incubator-kie-kogito-docs
job_display_name: kogito-docs
-- name: incubator-kie-docs
- job_display_name: kie-docs
- branch: main-kogito
+ branch: 10.0.x
git:
author:
name: apache
- # Taken from https://ci-builds.apache.org/credentials/
- # Need to be verified
credentials_id: 399061d0-5ab5-4142-a186-a52081fef742
token_credentials_id: kie-ci3-token
push:
- credentials_id: 84811880-2025-45b6-a44c-2f33bef30ad2 # CI Push Access
for KIE
- token_credentials_id: 41128c14-bb63-4708-9074-d20a318ee630 # GitHub
Personal Access Token for KIE
+ credentials_id: 84811880-2025-45b6-a44c-2f33bef30ad2
+ token_credentials_id: 41128c14-bb63-4708-9074-d20a318ee630
fork_author:
name: kie-ci
credentials_id: kie-ci
@@ -90,7 +93,7 @@ cloud:
release:
gpg:
sign:
- key-credentials-id: 'GPG_KEY'
+ key-credentials-id: GPG_KEY
passphrase-credentials-id: ''
svn:
staging-repository: <TO-BE-DEFINED>
@@ -100,9 +103,6 @@ jenkins:
agent:
docker:
builder:
- # At some point, this image will need to be changed when a release
branch is created
- # but we need to make sure the image exists first ... simple tag
before setting up the branch ?
- # See https://github.com/kiegroup/kie-issues/issues/551
image: docker.io/apache/incubator-kie-kogito-ci-build:main-latest
args: --privileged --group-add docker
default_tools:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]