Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 4, 2023
1 parent 63f146d commit 724227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ notificationJobName = env.NOTIFICATION_JOB_NAME ?: 'PR'
pipeline {
agent {
docker {
image 'quay.io/kiegroup/kogito-ci-build:0.0.0-test4' // TODO to set in branch config
image 'quay.io/kiegroup/kogito-ci-build:latest' // TODO to set in branch config
}
}
options {
Expand Down

0 comments on commit 724227e

Please sign in to comment.