Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions updatecli/updatecli.d/jenkins-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ targets:
updateJenkinsVersionInDockerBake:
name: Update default value of JENKINS_VERSION in docker-bake.hcl
kind: hcl
scmid: default
sourceid: latestVersion
spec:
file: docker-bake.hcl
path: variable.JENKINS_VERSION.default
updateJenkinsVersionInDockerfiles:
name: Update value of JENKINS_VERSION in Dockerfile
kind: dockerfile
scmid: default
sourceid: latestVersion
spec:
files:
Expand All @@ -56,6 +58,7 @@ targets:
matcher: JENKINS_VERSION
updateJenkinsVersionInGoldenFiles:
kind: file
scmid: default
sourceid: latestVersion
name: Update value of JENKINS_VERSION in (weekly) golden files
spec:
Expand All @@ -66,6 +69,7 @@ targets:
updateWarShaInDockerBake:
name: Update default value of WAR_SHA in docker-bake.hcl
kind: hcl
scmid: default
sourceid: latestWarSha
spec:
file: docker-bake.hcl
Expand Down