Skip to content

Commit

Permalink
feat(weekly.ci.jenkins.io): use specific Docker image variant (#4850)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Jan 9, 2024
1 parent 3601c95 commit 7420b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/jenkins_weekly.ci.jenkins.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ networkPolicy:
name: "jenkins-weekly"
controller:
image: jenkinsciinfra/jenkins-weekly
tag: 1.23.1-2.439
tag: 1.23.2-2.439-weeklyci
imagePullPolicy: IfNotPresent
nodeSelector:
kubernetes.io/arch: arm64
Expand Down
2 changes: 2 additions & 0 deletions updatecli/updatecli.d/docker-images/jenkins-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ targets:
file: "config/jenkins_weekly.ci.jenkins.io.yaml"
key: "controller.tag"
scmid: default
transformers:
- addsuffix: "-weeklyci"

actions:
default:
Expand Down

0 comments on commit 7420b6e

Please sign in to comment.