When I try to build a project in Windows, I run one script - start.py, and project IS built successfully.
When I try to build using Jenkins (in win and with the same user), the build comes to 60% and fails with errors:
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~2.0\VC\bin\cl.exe' : return code '0x2'
Stop.
Failed to run make: ['nmake', 'install']
What can I do to fix this?
UPD: Error occurs when more than one build runs at the same time. Fix: run builds in queue