Skip to content

Commit

Permalink
Merge pull request jenkinsci#209 from jeffret-b/remoting-4.6
Browse files Browse the repository at this point in the history
Upgrade to Remoting 4.6.
  • Loading branch information
slide authored and lemeurherve committed Nov 5, 2020
1 parent 1c68e7a commit df24fb5
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.3-6'
$VERSION = Get-EnvOrDefault 'VERSION' '4.6-1'

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

Expand Down

0 comments on commit df24fb5

Please sign in to comment.