-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(helpdesk-3099) ensure that missing 2.346.x (jdk8 and jdk17-preview) images are published #1439
fix(helpdesk-3099) ensure that missing 2.346.x (jdk8 and jdk17-preview) images are published #1439
Conversation
… for JDK8 Signed-off-by: jenkins-dependency-updater <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com> (cherry picked from commit db736b6) Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
…linux images Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Signed-off-by: Damien Duportal <damien.duportal@gmail.com> (cherry picked from commit 1031fdd)
(cherry picked from commit e6e7014)
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
…nd fix SC2155 shellcheck violations Signed-off-by: Damien Duportal <damien.duportal@gmail.com> (cherry picked from commit 21975ce)
…t still work and that it prints a warning Signed-off-by: Damien Duportal <damien.duportal@gmail.com> (cherry picked from commit 9050fb4)
Bumps debian from bullseye-20220527-slim to bullseye-20220622-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 054a1a1)
Bumps debian from bullseye-20220527 to bullseye-20220622. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 4b39899)
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> (cherry picked from commit cb89835)
(cherry picked from commit e400fd8)
* Update default value of Jenkins version * Try and fix tests * Fix ps1 * Minimize diff * Remove HTML from regex * facepalm (cherry picked from commit 4d817e0)
Bumps debian from bullseye-20220622-slim to bullseye-20220711-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 7937472)
Bumps alpine from 3.16.0 to 3.16.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 24b8a76)
Bumps debian from bullseye-20220711 to bullseye-20220801. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 8a85825)
Bumps debian from bullseye-20220711-slim to bullseye-20220801-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 249e1ca)
Bumps alpine from 3.16.1 to 3.16.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 94dffc2)
Bumps alpine from 3.16.1 to 3.16.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 3347dd8)
(cherry picked from commit d8d4c11)
35bf5e7
to
a98f3cb
Compare
There are still test error with the JDK17, when passing custom JVM_OPTS or JENKINS_..._OPTS option. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
… from their jdk17 counterpart Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Thanks @basil ! Given the temporary character of this branch (that should be used a few times for publication), I've adapted the behavior:
WDYT folks? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Ref. jenkins-infra/helpdesk#3099
This PR introduces the following changes:
2.12.8
, because it's the version used on the current 2.346.2 and 2.346.3 published images from themaster
branch:=> but only for JDK17 and JDK11. For JDK8, we are using 2.17.2, which is the latest version supported.
Linux images:
Ensure that only the
2.346.x
are checked by the publication scriptEnsure that no jdk11 version is built (to avoid overriding images already published)
Cherry-picks from
master
:Bumped JDK8 to latest available to benefit from last changes
(edit)