Skip to content

Commit

Permalink
kie-issues#1255: agent docker config in main pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed May 24, 2024
1 parent eb4f1c0 commit a659c72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ci/jenkins/config/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a659c72

Please sign in to comment.