-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Host:
- Debian Wheezy amd64
- Jenkins ver. 1.625
- CMake plugin 2.1
Guest:
- Windows 7 64 bits
- Visual Stutio 2010
I got an issue where i use the CMake Plugins to build on a slave machine on Windows. It's seems the environment is not get when using the builder.
I can build the project using "NMake Makefiles" generator, but the command "nmake" is not found at compile time, but found before the cmake execution.
The fact is i'm using dynamic environment, where i inject the environment before the build, it found at the cmake step, but not at the build step.
Details in the attached file.
Is there a bug, or i miss something?
Regards