Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-38624

BZ 101359 - MSBuild Projects no longer work after upgrading to 1.8.0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • coverity-plugin
    • None
    • Coverity Plugin 1.8.0

      After upgrading to Coverity-Plugin 1.8.0 our Jobs using MSBuild no longer build:

      Path To MSBuild.exe: C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
      Executing the command cmd.exe /C " C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /p:configuration=Release /t:Clean,Build Vector.ReportViewer.sln " && exit %%ERRORLEVEL%% from D:\Jenkins\workspace\ReportViewer
      ERROR: Build step failed with exception
      java.lang.RuntimeException: Command line parsing failed: Unclosed single-quoted string.
      	at jenkins.plugins.coverity.CoverityUtils.evaluateEnvVars(CoverityUtils.java:143)
      	at jenkins.plugins.coverity.CoverityUtils.prepareCmds(CoverityUtils.java:193)
      	at jenkins.plugins.coverity.CoverityLauncherDecorator$DecoratedLauncher.launch(CoverityLauncherDecorator.java:356)
      	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
      	at hudson.Launcher$ProcStarter.join(Launcher.java:388)
      	at hudson.plugins.msbuild.MsBuildBuilder.perform(MsBuildBuilder.java:204)
      	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
      	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
      	at hudson.model.Build$BuildExecution.build(Build.java:205)
      	at hudson.model.Build$BuildExecution.doRun(Build.java:162)
      	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
      	at hudson.model.Run.execute(Run.java:1720)
      	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
      	at hudson.model.ResourceController.execute(ResourceController.java:98)
      	at hudson.model.Executor.run(Executor.java:404)
      Build step 'Build a Visual Studio project or solution using MSBuild' marked build as failure
      
      Finished: FAILURE
      
      

            jbriggs Joel Briggs
            matspi131 Matthias Spiller
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: