This is an automated email from the ASF dual-hosted git repository.
asf-ci-kie pushed a commit to branch 2.2.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/2.2.x by this push:
new cba25aa5 Setup DSL branch config after cut-off
cba25aa5 is described below
commit cba25aa5bb425845d74828815d716f93f5841f6c
Author: asf-ci-kie <[email protected]>
AuthorDate: Wed Oct 22 13:46:12 2025 -0400
Setup DSL branch config after cut-off
---
.ci/jenkins/config/branch.yaml | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index de00b7e3..4c494c92 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -24,29 +24,28 @@ disable:
repositories:
- name: incubator-kie-kogito-pipelines
job_display_name: kogito-pipelines
+ branch: 2.2.x
+ is_branch_config_repo: true
- name: incubator-kie-kogito-runtimes
job_display_name: kogito-runtimes
+ branch: 2.2.x
- name: incubator-kie-kogito-apps
job_display_name: kogito-apps
+ branch: 2.2.x
- name: incubator-kie-kogito-examples
job_display_name: kogito-examples
-# - name: incubator-kie-kogito-serverless-operator
-# job_display_name: kogito-serverless-operator
+ branch: 2.2.x
- name: incubator-kie-kogito-docs
job_display_name: kogito-docs
-- name: incubator-kie-docs
- job_display_name: kie-docs
- branch: main-kogito
+ branch: 2.2.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
@@ -106,9 +105,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]