Hello, I'm trying to resolve an issue I have with Jenkins and CMake on Windows.
I've a slave Jenkins on a Windows 2012 and a master Jenkins on a Linux (Debian). All is working good on the Linux. But when I'm trying to generate a NMake MakeFile on Windows, after a call of *"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\vcvars64.bat", *I've the following issue : C:\Jenkins\workspace\cmake_win_core-test>vcvars64.bat" \Java\jre1.8.0_45\bin"" ‚tait inattendu. C:\Jenkins\workspace\cmake_win_core-test> @set "PATH=C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\x64\;C:\Program Files (x86)\Java\jre1.8.0_45\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\CMake\bin;C:\Python34;C:\Python34\Scripts;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64;C:\Program Files (x86)\Windows Grep;C:\Program Files (x86)\GnuWin32\bin;C:\Program Files (x86)\CMake\bin;"C:\Program Files (x86)\Java\jre1.8.0_45\bin"" Build step 'Exécuter une ligne de commande batch Windows' marked build as failure Finished: FAILURE And I don't understand why it's failed... I've trying to SET the PATH to a new PATH but it's even worse. If someone have an idea ? Just to be clear, CMake and Windows batch works very fine in normal CLI. Thanks in advance for help. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9a3b2dbd-77d4-44df-8e2c-045b07523f89%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
