I'm trying to get an msbuild working (Visual C++ 2008) using a vagrant Jenkins agent however I'm running into this error:

fatal error C1902: Program database manager mismatch; please check your installation

Having looked online (here for example) it appears to be some problem with the agent ssh configuration. The response here was to set the agent up to use 'Launch agents via Java Web Start' however I don't appear to have this option. More research pointed towards setting up a TCP port for the agents. I've tried this (although the answer is now pretty old and out of date), selecting a manual TCP port of 50000. No additional agent options magically appear (even the 'updated' "Launch agent by connecting it to the controller").

I've also tried connecting the agent with all other options with no success (although I am a newbie here)

Any tips? All the material online appears to be at least 5+ years old...

Jenkins version: 2.414.3

0

There are 0 best solutions below