Skip to content

Commit

Permalink
ansible: update Windows workers to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Nov 18, 2022
1 parent 8991542 commit 8655962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/jenkins-worker-windows/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Install the Jenkins worker
#

- name: install Java 8
win_chocolatey: name=jdk8
- name: install Java 17
win_chocolatey: name=Temurin17

- name: download Jenkins icon
win_get_url:
Expand Down

0 comments on commit 8655962

Please sign in to comment.