You could add a build step which executes a Windows batch to echo %PATH%. I suspect that the PATH (or other environment) setting is not what you want when running that job.
On Wed, Feb 19, 2014 at 9:01 AM, Jmata <[email protected]> wrote: > Hello Guys, > Im running into a small issue in regards to the MSBuild Plugin . All > setting seem to be correct in our configuration path, (pointing to the > correct path C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe > > As soon as we run a build job we get the following error. > > msbuild.exe' is not recognized as an internal or external command, > operable program or batch file. > Build step 'Build a Visual Studio project or solution using MSBuild' marked > build as failure > > > If we run this through command line everything works perfect. No issues > > > Please help. > > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" 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. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
