Skip to content

Commit 4dc912f

Browse files
authored
chore(updatecli) fix contributing manifest to use the new packer-image JDK version source of truth (#941)
Signed-off-by: Damien Duportal <[email protected]>
1 parent 2010e9d commit 4dc912f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

updatecli/updatecli.d/contributing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ sources:
3535
- getAgentLabelJDKmajor
3636
- getPackerImageVersion
3737
spec:
38-
file: https://raw.githubusercontent.com/jenkins-infra/packer-images/{{ source "getPackerImageVersion" }}/provisioning/tools-versions.yml
39-
key: $.jdk{{ source "getAgentLabelJDKmajor"}}_version
38+
file: https://raw.githubusercontent.com/jenkins-infra/packer-images/{{ source "getPackerImageVersion" }}/tests/goss-linux.yaml
39+
key: $.command.jdk{{ source "getAgentLabelJDKmajor"}}.stdout[0]
4040
getMavenVersion:
4141
kind: yaml
4242
name: Get tool versions from packer-images
@@ -66,7 +66,7 @@ targets:
6666
- Groovy: https://groovy-lang.org/install.html
6767
6868
An IDE or text editor of your choice, like [Vim](https://www.vim.org/), [Emacs](https://www.gnu.org/software/emacs/) or [VS Code](https://code.visualstudio.com/) for example.
69-
69+
7070
<!-- End this section is automatically generated by updatecli with the manifest ./updatecli/updatecli.d/contributing.yaml -->
7171
$3
7272
scmid: default

0 commit comments

Comments
 (0)