[JIRA] (JENKINS-42748) string escaping issue on windows in v1.1 of Declarative pipeline plugin

2019-10-22 Thread bitwise...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liam Newman closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Bulk closing resolved issues.   
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42748  
 
 
  string escaping issue on windows in v1.1 of Declarative pipeline plugin   
 

  
 
 
 
 

 
Change By: 
 Liam Newman  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179737.1489487199000.16763.1571801056321%40Atlassian.JIRA.


[JIRA] (JENKINS-42748) string escaping issue on windows in v1.1 of Declarative pipeline plugin

2017-03-15 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-42748  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: string escaping issue on windows in v1.1 of Declarative pipeline plugin   
 

  
 
 
 
 

 
 Argh, I really need a Windows test environment...I'll try to get a test for this as part of https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/140 and see where I can go from there. Very sorry!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42748) string escaping issue on windows in v1.1 of Declarative pipeline plugin

2017-03-14 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer assigned an issue to Andrew Bayer  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42748  
 
 
  string escaping issue on windows in v1.1 of Declarative pipeline plugin   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Component/s: 
 pipeline-model-definition-plugin  
 
 
Component/s: 
 pipeline  
 
 
Assignee: 
 Andrew Bayer  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42748) string escaping issue on windows in v1.1 of Declarative pipeline plugin

2017-03-14 Thread clement.bousca...@res-ltd.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Clement B created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42748  
 
 
  string escaping issue on windows in v1.1 of Declarative pipeline plugin   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline  
 
 
Created: 
 2017/Mar/14 10:26 AM  
 
 
Environment: 
 Jenkins LTS 2.32.3 on windows host, all plugins up to date  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Clement B  
 

  
 
 
 
 

 
 When I updated the pipeline plugins to v1.1 today I got a bunch of errors in my builds. Some of them looked justified but one in particular looks like a regression. The following environment block:   

 

environment {
MSBUILD_PATH = 'C:\\Program Files (x86)\\MSBuild\\14.0\\Bin'
LOCALDB_PATH = 'C:\\Program Files\\Microsoft SQL Server\\120\\Tools\\Binn'
NUNIT_PATH = 'C:\\Program Files (x86)\\NUnit 2.6.4\\bin'
DEV_TOOLS = 'D:\\Tools'
GITVERSION_PATH = 'D:\\Tools\\GitVersion'
NANT_PATH = 'D:\\Tools\\nant-0.92\\bin'
SQUIRREL_PATH = 'D:\\Tools\\Squirrel'
MSBUILD_RELEASE_ARGS =  '/p:Configuration=Release /t:Rebuild /Verbosity:Quiet /p:WarningLevel=0'
}
 

 Used to work but now generates errors:   

 

hudson.remoting.ProxyException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script1.groovy: 1: unexpected char: '\' @ line 1, column 14.
   "DEV_TOOLS=D:\Tools"