Skip to content

Commit

Permalink
hack/ci/windows.ps1 print all environment variables to check how Jenk…
Browse files Browse the repository at this point in the history
…ins runs this script

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Sep 6, 2019
1 parent 8e8c52c commit 7eb522a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/ci/windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ if ($env:BUILD_TAG -match "-LoW") { $env:LCOW_MODE=1 }
if ($env:BUILD_TAG -match "-WoW") { $env:LCOW_MODE="" }


Write-Host -ForegroundColor Red "DEBUG: print all environment variables to check how Jenkins runs this script"
$allArgs = [Environment]::GetCommandLineArgs()
Write-Host -ForegroundColor Red $allArgs
Write-Host -ForegroundColor Red "----------------------------------------------------------------------------"

# -------------------------------------------------------------------------------------------
# When executed, we rely on four variables being set in the environment:
#
Expand Down

0 comments on commit 7eb522a

Please sign in to comment.