Repository: archiva
Updated Branches:
  refs/heads/citest 12cfcc324 -> e2bb56fee


Fix


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/e2bb56fe
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/e2bb56fe
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/e2bb56fe

Branch: refs/heads/citest
Commit: e2bb56feeb8765c8a527badd0846f7f11936fdd4
Parents: 12cfcc3
Author: Martin Stockhammer <[email protected]>
Authored: Sun Apr 30 21:02:29 2017 +0200
Committer: Martin Stockhammer <[email protected]>
Committed: Sun Apr 30 21:02:29 2017 +0200

----------------------------------------------------------------------
 src/ci/scripts/cleanup.ps1 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/e2bb56fe/src/ci/scripts/cleanup.ps1
----------------------------------------------------------------------
diff --git a/src/ci/scripts/cleanup.ps1 b/src/ci/scripts/cleanup.ps1
index 6689051..1055a37 100644
--- a/src/ci/scripts/cleanup.ps1
+++ b/src/ci/scripts/cleanup.ps1
@@ -1,6 +1,6 @@
-<#
-    Powershell script for cleaning up remaining browser and selenium server 
processes on the CI servers
-#>
+#
+#   Powershell script for cleaning up remaining browser and selenium server 
processes on the CI servers
+#
 
 param (
     [switch]$Verbose = $False,
@@ -8,7 +8,8 @@ param (
     [String[]]$SeleniumProcesses = @("mshta.exe","java.exe")
 )
 
-$currentUser = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name
+# $currentUser = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name
+$currentUser = $env:UserName
 Write-Output "User: $currentUser"
 
 if ($Verbose) 

Reply via email to