We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17cb34a + b3dbb0d commit bee551cCopy full SHA for bee551c
tests/agent.Tests.ps1
@@ -13,7 +13,7 @@ $global:WINDOWSFLAVOR = $items[1]
13
$global:WINDOWSVERSION = $items[2]
14
15
# TODO: make this name unique for concurency
16
-$global:CONTAINERNAME = 'pester-jenkins-inbound-agent-{0}' -f $global:AGENT_IMAGE
+$global:CONTAINERNAME = 'pester-jenkins-agent-{0}' -f $global:AGENT_IMAGE
17
18
$global:CONTAINERSHELL="powershell.exe"
19
if($global:WINDOWSFLAVOR -eq 'nanoserver') {
0 commit comments