Skip to content

Commit

Permalink
Merge pull request jenkinsci#225 from jeffret-b/remoting-4.7
Browse files Browse the repository at this point in the history
Upgrade to Remoting 4.7.
  • Loading branch information
slide authored and lemeurherve committed Mar 24, 2021
1 parent 5e2ea42 commit 925fc10
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.6-2'
$VERSION = Get-EnvOrDefault 'VERSION' '4.7-1'

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

Expand Down

0 comments on commit 925fc10

Please sign in to comment.