jenkinsci / docker-ssh-agent

Docker image for Jenkins agents connected over SSH
https://hub.docker.com/repository/docker/jenkins/ssh-agent
MIT License
187 stars 175 forks source link

The list of JDK to build is duplicated in docker-bake.hcl #418

Closed lemeurherve closed 4 months ago

lemeurherve commented 4 months ago

Jenkins and plugins versions report

N/A

What Operating System are you using (both controller, and any agents involved in the problem)?

N/A

Reproduction steps

  1. Notice that the list of JDK to build is duplicated in docker-bake.hcl

Expected Results

The list is defined at a single place to avoid mistakes or oversights when updating it.

Actual Results

The list is duplicated.

Anything else?

No response

Are you interested in contributing a fix?

Yes:

dduportal commented 4 months ago

Removing the bug label in favor of chore (as the artifacts are not impacted). But this is a legit request!

dduportal commented 4 months ago

Closed by https://github.com/jenkinsci/docker-ssh-agent/pull/419