Skip to content

Commit

Permalink
Merge pull request jenkinsci#285 from dduportal/feat/bump-remoting/30…
Browse files Browse the repository at this point in the history
…63.v26e24490f041

Feat: prepare release 3063.v26e24490f041-1
  • Loading branch information
dduportal authored and lemeurherve committed Sep 29, 2022
1 parent 8efc3fa commit 79f6ff5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/inboundAgent.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,8 @@ Describe "[$global:JDK $global:FLAVOR] build args" {
BeforeAll {
Push-Location -StackName 'agent' -Path "$PSScriptRoot/.."
# an old jdk11 image version
$TEST_VERSION="4.7"
$TEST_VERSION="3063.v26e24490f041"
$DOCKER_AGENT_VERSION_SUFFIX="1"
if($global:JDK -eq '17') {
# the first jdk17 images for Windows
$TEST_VERSION = "4.10"
$DOCKER_AGENT_VERSION_SUFFIX="7"
}
$TEST_USER="foo"
$ARG_TEST_VERSION="${TEST_VERSION}-${DOCKER_AGENT_VERSION_SUFFIX}"
}
Expand Down

0 comments on commit 79f6ff5

Please sign in to comment.