This is an automated email from the ASF dual-hosted git repository. asf-ci-kie pushed a commit to branch configure-branch-10.0.x-mnxvqvvc0g in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
commit 81eb8ab79b4c41331285e61f76e11d64bf0e414b Author: asf-ci-kie <[email protected]> AuthorDate: Tue Jul 16 13:54:00 2024 -0400 Add release branch 10.0.x after cut-off --- .ci/jenkins/config/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/jenkins/config/main.yaml b/.ci/jenkins/config/main.yaml index 221bfbbc..7ff9acb1 100644 --- a/.ci/jenkins/config/main.yaml +++ b/.ci/jenkins/config/main.yaml @@ -17,6 +17,9 @@ git: branches: - name: main main_branch: true + - name: 10.0.x + seed: + branch: seed-kogito-10.0.x seed: config_file: git: @@ -34,8 +37,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]
