I am new to Jenkins, By seeing the document of setting up Xamarin and jenkins (using link
https://developer.xamarin.com/guides/cross-platform/ci/jenkins_walkthrough/) , I have selected MSBuild plugin and while configuring the path as usr/bin/xbuild I am getting warning message as (
/usr/bin/xbuild is not a directory on the Jenkins master (but perhaps it exists on some slaves)) and I am not sure will this cause any problems in the future or do I need to install Xamarin and MSbuild separately before configuring the plugin, or do I need to change the path to a different one.
Please help me, this is the first time using Xamarin and Jenkins.
NOTE: I have installed Jenkins on my mac.