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 2fc4551a45 Add release branch 10.0.x after cut-off
2fc4551a45 is described below
commit 2fc4551a456052751aa3b86ae4b127a1b454b941
Author: asf-ci-kie <[email protected]>
AuthorDate: Tue Jul 16 10:50:49 2024 -0400
Add release branch 10.0.x after cut-off
---
.ci/jenkins/config/main.yaml | 25 +++----------------------
1 file changed, 3 insertions(+), 22 deletions(-)
diff --git a/.ci/jenkins/config/main.yaml b/.ci/jenkins/config/main.yaml
index c439e0ab84..eb294171dd 100644
--- a/.ci/jenkins/config/main.yaml
+++ b/.ci/jenkins/config/main.yaml
@@ -1,22 +1,3 @@
-#
-# 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:
@@ -33,6 +14,9 @@ git:
branches:
- name: main
main_branch: true
+ - name: 10.0.x
+ seed:
+ branch: seed-drools-10.0.x
seed:
config_file:
git:
@@ -50,8 +34,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]