I have a slight issue. I am trying to replicate the Jenkins projects from one machine to another (partly to learn Jenkins with). On the source machine I had the Jenkins MSBuild pluggin installed and on the target I didn’t. I’ve installed the pluggin on the target machine but something is missing. On the source machine I have the option “Build a Visual Studio project or solution using MSBuild” and then in the “MSBuild Version” drop down I have two options “(Default)” and “.NET Version 4 (64bit)”. On the target machine I only have “(Default)”. Does anyone know how I get that extra option?
Thanks,
Sachin
On the target machine you have to point to the MSBuild executable.
This link should help Building a .NET application with Jenkins