|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Here's log output from the build with masked passwords enabled.
Executing the command cmd.exe /C c:\progra~1\micros~2.0\common7\IDE\devenv.com /build ""Release|Any CPU"" /p:BUILD_ADMIN_PASS=******** C:\JENKINS\jobs\<jobname>\workspace\Build_Project.sln && exit %%ERRORLEVEL%%
Log output without masked passwords enabled:
Executing the command cmd.exe /C c:\progra~1\micros~2.0\common7\IDE\devenv.com /build ""Release|Any CPU"" C:\JENKINS\jobs\<jobname>\workspace\Build_Project.sln && exit %%ERRORLEVEL%%
Thanks!
AJ