[JIRA] (JENKINS-42308) Command line parsing failed: Unclosed single-quoted string

2017-02-27 Thread jbri...@synopsys.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joel Briggs commented on  JENKINS-42308  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Command line parsing failed: Unclosed single-quoted string   
 

  
 
 
 
 

 
 I found the issue was when logging the build command (to console output), the CoverityLauncher was always using the "advanced parsing" flag as true. Additionally, I realized JENKINS-38624 was incorrectly closed (we asumed the existing windows env. var issues were causing that issue. Both should be addressed in the upcoming release.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-42308) Command line parsing failed: Unclosed single-quoted string

2017-02-27 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn commented on  JENKINS-42308  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Command line parsing failed: Unclosed single-quoted string   
 

  
 
 
 
 

 
 Hi Joel, The "Use advanced parsing mechanism" option is not checked. Looking at the plugin code, it appears that if that is false, the code where the error is occurring should not have been called. Here is the coverity section of the config.xmlCoverity CDCL_master_analysis CDCL_master_analysis 1815448175 ALL  ... false false false false false false false false  false false false false false false  Thanks, John  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-42308) Command line parsing failed: Unclosed single-quoted string

2017-02-27 Thread jbri...@synopsys.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joel Briggs assigned an issue to Joel Briggs  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42308  
 
 
  Command line parsing failed: Unclosed single-quoted string   
 

  
 
 
 
 

 
Change By: 
 Joel Briggs  
 
 
Assignee: 
 Ken Dang Joel Briggs  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-42308) Command line parsing failed: Unclosed single-quoted string

2017-02-24 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn commented on  JENKINS-42308  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Command line parsing failed: Unclosed single-quoted string   
 

  
 
 
 
 

 
 It appears that the 'useAdvancedParser' - "Use advanced parsing mechanism" is always true.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-42308) Command line parsing failed: Unclosed single-quoted string

2017-02-24 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42308  
 
 
  Command line parsing failed: Unclosed single-quoted string   
 

  
 
 
 
 

 
Change By: 
 John Flynn  
 

  
 
 
 
 

 
 This is similar to JenkinsJENKINS-38624BZ 94839 - MSBuild Projects no longer work after upgrading to 1.8.0 (https://issues.jenkins-ci.org/browse/JENKINS-38624) which was answered as fixed in version 1.8.1 of the coverity plugin, but this is with gradle instead of MSBuild. bq.   [Gradle] - Launching build.ERROR: Build step failed with exceptionjava.lang.RuntimeException: Command line parsing failed: Unclosed single-quoted string. at jenkins.plugins.coverity.CoverityUtils.evaluateEnvVars(CoverityUtils.java:146) at jenkins.plugins.coverity.CoverityUtils.prepareCmds(CoverityUtils.java:196) 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.gradle.Gradle.performTask(Gradle.java:294) at hudson.plugins.gradle.Gradle.perform(Gradle.java:152) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) 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:1738) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)Build step 'Invoke Gradle script' marked build as failure  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  

[JIRA] (JENKINS-42308) Command line parsing failed: Unclosed single-quoted string

2017-02-24 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42308  
 
 
  Command line parsing failed: Unclosed single-quoted string   
 

  
 
 
 
 

 
Change By: 
 John Flynn  
 

  
 
 
 
 

 
 This is similar to JenkinsJENKINS-38624BZ 94839 - MSBuild Projects no longer work after upgrading to 1.8.0 (https://issues.jenkins-ci.org/browse/JENKINS-38624) which was answered as fixed in version 1.8.1 of the coverity plugin, but this is with gradle instead of MSBuild.bq .  [Gradle] - Launching build.ERROR: Build step failed with exceptionjava.lang.RuntimeException: Command line parsing failed: Unclosed single-quoted string. at jenkins.plugins.coverity.CoverityUtils.evaluateEnvVars(CoverityUtils.java:146) at jenkins.plugins.coverity.CoverityUtils.prepareCmds(CoverityUtils.java:196) 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.gradle.Gradle.performTask(Gradle.java:294) at hudson.plugins.gradle.Gradle.perform(Gradle.java:152) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) 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:1738) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)Build step 'Invoke Gradle script' marked build as failure  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

   

[JIRA] (JENKINS-42308) Command line parsing failed: Unclosed single-quoted string

2017-02-24 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42308  
 
 
  Command line parsing failed: Unclosed single-quoted string   
 

  
 
 
 
 

 
Change By: 
 John Flynn  
 

  
 
 
 
 

 
 This is similar to JenkinsJENKINS-38624BZ 94839 - MSBuild Projects no longer work after upgrading to 1.8.0 (https://issues.jenkins-ci.org/browse/JENKINS-38624) which was answered as fixed in version 1.8.1 of the coverity plugin, but this is with gradle instead of MSBuild. bq [Gradle] - Launching build.ERROR: Build step failed with exceptionjava.lang.RuntimeException: Command line parsing failed: Unclosed single-quoted string. at jenkins.plugins.coverity.CoverityUtils.evaluateEnvVars(CoverityUtils.java:146) at jenkins.plugins.coverity.CoverityUtils.prepareCmds(CoverityUtils.java:196) 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.gradle.Gradle.performTask(Gradle.java:294) at hudson.plugins.gradle.Gradle.perform(Gradle.java:152) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) 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:1738) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)Build step 'Invoke Gradle script' marked build as failure  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

 

[JIRA] (JENKINS-42308) Command line parsing failed: Unclosed single-quoted string

2017-02-24 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42308  
 
 
  Command line parsing failed: Unclosed single-quoted string   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Ken Dang  
 
 
Attachments: 
 coverity_error.rtf  
 
 
Components: 
 coverity-plugin  
 
 
Created: 
 2017/Feb/24 3:23 PM  
 
 
Environment: 
 Jenkins 1.651.3, Build now with coverity analysis Windows server 2013 R2. Coverity Analysis ver 8.7.1, Coverity-Plugin ver 1.8.1  
 
 
Labels: 
 coverity  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 John Flynn  
 

  
 
 
 
 

 
 This is similar to JenkinsJENKINS-38624 BZ 94839 - MSBuild Projects no longer work after upgrading to 1.8.0 (https://issues.jenkins-ci.org/browse/JENKINS-38624) which was answered as fixed in version 1.8.1 of the coverity plugin, but this is with gradle instead of MSBuild.