-
Bug
-
Resolution: Fixed
-
Major
-
None
In some cases, passwords are not removed from the output. See example - password TestProjectTest_Password is not removed in the beginning of the output, but removed in further output
Started by user Andrei F
[EnvInject] - Preparing an environment for the job.
Building remotely on csharp4_windows
[copy-to-slave] Copying 'TestProject/*/', excluding nothing, from 'file:/C:/Websites/hudson/userContent/' on the master to 'file:/c:/dev/workspace/TestProject_Testing/' on 'csharp4_windows'.
[EnvInject] - Injecting as environment variables the properties content
TestProjectTest_UserName=MyUserName
TestProjectTest_Password=MyUserPassword
Path To MSBuild.exe: C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
Executing command: cmd.exe /C C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /P:TestProjectTest_Password=******** TestProject/test.xml && exit %%ERRORLEVEL%%
[TestProject_Testing] $ cmd.exe /C C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /P:TestProjectTest_Password=******** TestProject/test.xml && exit %%ERRORLEVEL%%
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.1]
Copyright (C) Microsoft Corporation 2007. All rights reserved.
Build started 12/19/2011 12:03:01 PM.
- is related to
-
JENKINS-12423 Password masked by Mask Passwords are visible when using envinject plugin
- Closed