Skip to content

Commit

Permalink
Merge pull request jenkinsci#233 from agentgonzo/4.9
Browse files Browse the repository at this point in the history
Upgrade remoting to 4.9
  • Loading branch information
slide authored Jul 1, 2021
2 parents f96251f + 1ef06a1 commit 74e38b6
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 @@ -5,7 +5,7 @@ $AGENT_CONTAINER='pester-jenkins-inbound-agent'
$SHELL="powershell.exe"

$FOLDER = Get-EnvOrDefault 'FOLDER' ''
$VERSION = Get-EnvOrDefault 'VERSION' '4.7-1'
$VERSION = Get-EnvOrDefault 'VERSION' '4.9-1'

$REAL_FOLDER=Resolve-Path -Path "$PSScriptRoot/../${FOLDER}"

Expand Down

0 comments on commit 74e38b6

Please sign in to comment.