This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git
The following commit(s) were added to refs/heads/main by this push:
new 4e45fde57a kie-issues#1255: agent docker config in main pipeline
(#3094)
4e45fde57a is described below
commit 4e45fde57a5337900b2d5d49b5667a97a716b86f
Author: Jan Stastny <[email protected]>
AuthorDate: Fri May 24 09:19:21 2024 +0200
kie-issues#1255: agent docker config in main pipeline (#3094)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/config/main.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.ci/jenkins/config/main.yaml b/.ci/jenkins/config/main.yaml
index 5855fa23d8..72b57d5ebf 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]