Setting up a Pipeline build in Jenkins (Jenkins 2.6), copying the sample script for a git-based build gives: \"no tool named MSBuild found\". I have set MSBuild Tool in Ma
Ma
While the provided answer certainly works, you just have to provide the correct complete tool name.
In our Installation, we had three different MSBuild versions available and I could just use the following
${tool 'MSBuild 15.0 [32bit]'}