Skip to content

Commit

Permalink
kie-issues#1213: configure for dockerhub registry (#5952)
Browse files Browse the repository at this point in the history
* kie-issues#1213: configure for dockerhub registry

* Update .ci/jenkins/config/branch.yaml

Co-authored-by: Rodrigo Antunes <[email protected]>

---------

Co-authored-by: jstastny-cz <[email protected]>
Co-authored-by: Rodrigo Antunes <[email protected]>
  • Loading branch information
3 people committed Jun 25, 2024
1 parent bdf4211 commit 865712e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,17 @@ maven:
creds_id: apache-nexus-kie-deploy-credentials
cloud:
image:
registry_credentials: tradisso_registry_token # TODO set to `kogito-quay-token`
registry: quay.io
namespace: tradisso
registry_user_credentials_id: DOCKERHUB_USER
registry_token_credentials_id: DOCKERHUB_TOKEN
registry: docker.io
namespace: apache
latest_git_branch: main
jenkins:
email_creds_id: DROOLS_CI_NOTIFICATION_EMAILS
agent:
docker:
builder:
image: quay.io/kiegroup/kogito-ci-build:main-latest
image: docker.io/apache/incubator-kie-kogito-ci-build:main-latest
args: --privileged --group-add docker
default_tools:
jdk: jdk_17_latest
Expand Down

0 comments on commit 865712e

Please sign in to comment.