This is an automated email from the ASF dual-hosted git repository.
asf-ci-kie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new f1d5e7b487 Add release branch 10.2.x after cut-off
f1d5e7b487 is described below
commit f1d5e7b487e576c89a53fb9224a3eaea67ac6a87
Author: asf-ci-kie <[email protected]>
AuthorDate: Tue Feb 24 03:58:24 2026 -0500
Add release branch 10.2.x after cut-off
---
.ci/jenkins/config/main.yaml | 43 ++++++++++++-------------------------------
1 file changed, 12 insertions(+), 31 deletions(-)
diff --git a/.ci/jenkins/config/main.yaml b/.ci/jenkins/config/main.yaml
index 595dbc173e..992283120b 100644
--- a/.ci/jenkins/config/main.yaml
+++ b/.ci/jenkins/config/main.yaml
@@ -1,34 +1,15 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
ecosystem:
main_project: drools
projects:
- - name: drools
- regexs:
- - drools.*
- - incubator-kie-drools.*
- - name: kie-benchmarks
- ignore_release: true
- regexs:
- - kie-benchmarks.*
- - incubator-kie-benchmarks.*
+ - name: drools
+ regexs:
+ - drools.*
+ - incubator-kie-drools.*
+ - name: kie-benchmarks
+ ignore_release: true
+ regexs:
+ - kie-benchmarks.*
+ - incubator-kie-benchmarks.*
git:
branches:
- name: main
@@ -39,6 +20,9 @@ git:
- name: 10.1.x
seed:
branch: seed-drools-10.1.x
+ - name: 10.2.x
+ seed:
+ branch: seed-drools-10.2.x
seed:
config_file:
git:
@@ -56,8 +40,5 @@ 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]