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-optaplanner.git
The following commit(s) were added to refs/heads/main by this push:
new e35625e9b4 Add release branch 10.0.x after cut-off
e35625e9b4 is described below
commit e35625e9b402f025a230da5201e38851fd8fcae9
Author: asf-ci-kie <[email protected]>
AuthorDate: Tue Jul 16 12:31:04 2024 -0400
Add release branch 10.0.x after cut-off
---
.ci/jenkins/config/main.yaml | 22 +++-------------------
1 file changed, 3 insertions(+), 19 deletions(-)
diff --git a/.ci/jenkins/config/main.yaml b/.ci/jenkins/config/main.yaml
index 214cc3cf87..2ca7a75598 100644
--- a/.ci/jenkins/config/main.yaml
+++ b/.ci/jenkins/config/main.yaml
@@ -1,19 +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: optaplanner
projects:
@@ -29,6 +13,9 @@ git:
branches:
- name: main
main_branch: true
+ - name: 10.0.x
+ seed:
+ branch: seed-optaplanner-10.0.x
seed:
config_file:
git:
@@ -45,8 +32,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]