This is an automated email from the ASF dual-hosted git repository.
tzimanyi 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 664ee54f kie-issues#601: enable kogito nightly (#1105)
664ee54f is described below
commit 664ee54f4f86d68aab8ad2e35c2b2e2971d5b5b2
Author: Jan Stastny <[email protected]>
AuthorDate: Thu Oct 5 09:22:52 2023 +0200
kie-issues#601: enable kogito nightly (#1105)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/config/branch.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index 248f1325..8dc37df1 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -38,7 +38,6 @@ environments:
ids:
- ecosystem
disable:
- triggers: true # TODO to set back
deploy: true
repositories:
- name: incubator-kie-kogito-pipelines
@@ -113,7 +112,7 @@ jenkins:
# 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: quay.io/kiegroup/kogito-ci-build:main-latest
- args: -v /var/run/docker.sock:/var/run/docker.sock --group-add docker
--group-add input --group-add render
+ args: -v /var/run/docker.sock:/var/run/docker.sock --network host
--group-add docker --group-add input --group-add render
default_tools:
jdk: jdk_11_latest
maven: maven_3.8.6
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]