[JIRA] (JENKINS-58357) Unable to find the path of the MSBuild

1 view
Skip to first unread message

vijay646@gmail.com (JIRA)

unread,
Jul 5, 2019, 6:51:04 AM7/5/19
to jenkinsc...@googlegroups.com
Vijay Reddy created an issue
 
Jenkins / Task JENKINS-58357
Unable to find the path of the MSBuild
Issue Type: Task Task
Assignee: Lionel Cabasson
Components: msbuild-plugin
Created: 2019-07-05 10:50
Environment: Client Environment
Labels: pipeline configuration
Priority: Critical Critical
Reporter: Vijay Reddy

Hi All,

 

We are using multibranch pipeline in local  inside the client VDI. We have written descriptive pipeline which would have  few stages and installed in MSBuild in Local. This Groovy code is there in the Bit bucket along with my code(Selenium C# code).

Configured the MSBuild path of local in the Global Tool Configuration in side the Jenkins.

I am getting below errors

"WorkflowScript: 47: Invalid tool type "msbuild". Valid tool types: [hudson.tasks.Ant$AntInstallation,"

hudson.plugins.mercurial.MercurialInstallation] @ line 47, column 7.
msbuild 'MSBuild'

Sample Groovy Code what we use:

pipeline {
   agent any
    options {

}

toos

{   msbuild 'MSBuild'      *47 line this lin*     }

stages {
stage("SCM: Checkout"){
steps{
script

{ echo "VijayCheckOut1" }

}
}

 

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)
Reply all
Reply to author
Forward
0 new messages