Skip to content

Commit

Permalink
Merge pull request jenkinsci#418 from jenkinsci/lemeurherve-patch-1
Browse files Browse the repository at this point in the history
feat(Windows): add Java 21 and bump `jenkins/agent` parent images to `3148.v532a_7e715ee3-12`
  • Loading branch information
dduportal authored Oct 12, 2023
2 parents 83f8dfd + 724e421 commit 3b79a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/inboundAgent.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Describe "[$global:AGENT_IMAGE] custom build args" {
# Old version used to test overriding the build arguments.
# This old version must have the same tag suffixes as the current windows images (`-jdk11-nanoserver` etc.), and the same Windows version (2019, 2022, etc.)
$TEST_VERSION = "3148.v532a_7e715ee3"
$PARENT_IMAGE_VERSION_SUFFIX = "3"
$PARENT_IMAGE_VERSION_SUFFIX = "12"
$ARG_TEST_VERSION = "${TEST_VERSION}-${PARENT_IMAGE_VERSION_SUFFIX}"
$customImageName = "custom-${global:AGENT_IMAGE}"
}
Expand Down

0 comments on commit 3b79a04

Please sign in to comment.