We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8991542 commit 8655962Copy full SHA for 8655962
1 file changed
ansible/roles/jenkins-worker-windows/tasks/main.yml
@@ -4,8 +4,8 @@
4
# Install the Jenkins worker
5
#
6
7
-- name: install Java 8
8
- win_chocolatey: name=jdk8
+- name: install Java 17
+ win_chocolatey: name=Temurin17
9
10
- name: download Jenkins icon
11
win_get_url:
0 commit comments