This is an automated email from the ASF dual-hosted git repository. jstastnycz pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
commit 6af3e37cc4ecb94b8b83baec216a0e99c2698033 Author: jstastny-cz <[email protected]> AuthorDate: Mon Nov 13 16:00:57 2023 +0100 adjust docker args --- .ci/jenkins/config/branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml index 1ba468bf..663ae90a 100644 --- a/.ci/jenkins/config/branch.yaml +++ b/.ci/jenkins/config/branch.yaml @@ -110,7 +110,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:radtriste-fix-pipelines-latest - args: -v /var/run/docker.sock:/var/run/docker.sock --network host --group-add docker --group-add input --group-add render + args: --privileged --group-add docker default_tools: jdk: jdk_11_latest maven: maven_3.8.6 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
