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-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new d83bf51a Add release branch 10.0.x after cut-off
d83bf51a is described below
commit d83bf51a6dc33ecba28ea81bde1acdc820398122
Author: asf-ci-kie <[email protected]>
AuthorDate: Tue Jul 16 14:28:21 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]