diff --git a/.ci/jenkins/config/main.yaml b/.ci/jenkins/config/main.yaml index 5855fa23d8c..72b57d5ebf4 100644 --- a/.ci/jenkins/config/main.yaml +++ b/.ci/jenkins/config/main.yaml @@ -42,3 +42,11 @@ seed: path: .ci/jenkins/config/branch.yaml jenkins: email_creds_id: OPTAPLANNER_CI_NOTIFICATION_EMAILS + 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: quay.io/kiegroup/kogito-ci-build:main-latest + args: --privileged --group-add docker