We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd7951 commit 38708fbCopy full SHA for 38708fb
updatecli/updatecli.d/jenkins-version-simulated-lts.yaml
@@ -63,6 +63,13 @@ targets:
63
LTS_JENKINS_VERSION=(.*)
64
content: >-
65
LTS_JENKINS_VERSION="{{ source "latestVersion" }}"
66
+ updateJenkinsVersionInGoldenFiles:
67
+ kind: file
68
+ sourceid: latestVersion
69
+ name: Update value of JENKINS_VERSION in LTS golden file
70
+ spec:
71
+ file: tests/golden/expected_tags_latest_lts.txt
72
+ matchpattern: (\d+\.\d+\.\d+)
73
updateWarSha:
74
name: Update default value of simulated LTS WAR_SHA in Jenkinsfile
75
kind: file
0 commit comments