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-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 788feef345 kie-issues#1255: agent docker config in main pipeline
(#5971)
788feef345 is described below
commit 788feef3456743b497fb3784b41d64d47f350ab9
Author: Jan Stastny <[email protected]>
AuthorDate: Fri May 24 09:19:37 2024 +0200
kie-issues#1255: agent docker config in main pipeline (#5971)
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 46139ed2a3..cfef740afe 100644
--- a/.ci/jenkins/config/main.yaml
+++ b/.ci/jenkins/config/main.yaml
@@ -47,3 +47,11 @@ seed:
jenkinsfile: dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch
jenkins:
email_creds_id: DROOLS_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]