diff --git a/.ci/jenkins/config/main.yaml b/.ci/jenkins/config/main.yaml index 214cc3cf874..2ca7a75598b 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