Skip to content

Commit

Permalink
Add release branch 10.0.x after cut-off
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie authored and asf-ci-kie committed Jul 16, 2024
1 parent 8d20638 commit e35625e
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .ci/jenkins/config/main.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -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

0 comments on commit e35625e

Please sign in to comment.