[JIRA] (JENKINS-39359) Tool Locations published from swarm client on windows are appended with forward slash

2018-02-26 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 KK does not maintain this plugin anymore. Moving to unassigned to set the expectation  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39359  
 
 
  Tool Locations published from swarm client on windows are appended with forward slash   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Kohsuke Kawaguchi  
 

  
 
 
 
 

 
 
 

 
 
 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-39359) Tool Locations published from swarm client on windows are appended with forward slash

2016-10-31 Thread r...@akom.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Komarov edited a comment on  JENKINS-39359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Tool Locations published from swarm client on windows are appended with forward slash   
 

  
 
 
 
 

 
 As a workaround I replace / with \ like this in the batch step:  {code:java}PATH="%PATH:/=\%" {code} Obviously this only works for this batch step and thus does not help things like maven/gradle steps.  
 

  
 
 
 
 

 
 
 

 
 
 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-39359) Tool Locations published from swarm client on windows are appended with forward slash

2016-10-31 Thread r...@akom.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Komarov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39359  
 
 
  Tool Locations published from swarm client on windows are appended with forward slash   
 

  
 
 
 
 

 
Change By: 
 Alexander Komarov  
 

  
 
 
 
 

 
 I publish tool locations for preinstalled tools on my windows-based swarm clients using the command-line args, and until recently this worked fine (presumably with previous versions of jenkins and plugins)Today (haven't used these jobs in a while) I see this in the output (I run  *  "echo Path is %PATH%" *  in a Windows batch step){quote}>echo "Path is *e:\jenkins\jdk\JDK_1.7/bin*;c:\tools\apache-maven-3.0.5\bin\;e:\jenkins\jdk\JDK_1.7/bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;E:\cygwin64\bin;E:\jenkins\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\SlikSvn\bin;e:\jenkins\ant\apache-ant-1.9.7\bin;C:\Program Files (x86)\MSBuild\12.0\Bin;e:\jenkins\maven\apache-maven-3.2.5\bin;e:\jenkins\jdk\JDK_1.8\bin;;c:\tools\;C:\Windows\Microsoft.NET\Framework\v4.0.30319" {quote} The %  PATH %  is prepended with the JDK bin path which is incorrect.  The path shows up correctly on the slave's Configure screen, see  *  screenshot * .I don't know for certain whether it is the swarm plugin or jenkins tool provider core doing this.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-39359) Tool Locations published from swarm client on windows are appended with forward slash

2016-10-28 Thread r...@akom.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Komarov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39359  
 
 
  Tool Locations published from swarm client on windows are appended with forward slash   
 

  
 
 
 
 

 
Change By: 
 Alexander Komarov  
 

  
 
 
 
 

 
 I publish tool locations for preinstalled tools on my windows-based swarm clients using the command-line args, and until recently this worked fine .  (presumably with previous versions of jenkins and plugins) Today (haven't used these jobs in a while) I see this in the output (I run "echo Path is %PATH%" in a Windows batch step){quote}>echo "Path is *e:\jenkins\jdk\JDK_1.7/bin*;c:\tools\apache-maven-3.0.5\bin\;e:\jenkins\jdk\JDK_1.7/bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;E:\cygwin64\bin;E:\jenkins\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\SlikSvn\bin;e:\jenkins\ant\apache-ant-1.9.7\bin;C:\Program Files (x86)\MSBuild\12.0\Bin;e:\jenkins\maven\apache-maven-3.2.5\bin;e:\jenkins\jdk\JDK_1.8\bin;;c:\tools\;C:\Windows\Microsoft.NET\Framework\v4.0.30319" {quote}The PATH is prepended with the JDK bin path which is incorrect.  The path shows up correctly on the slave's Configure screen, see screenshot.I don't know for certain whether it is the swarm plugin or jenkins tool provider core doing this.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-39359) Tool Locations published from swarm client on windows are appended with forward slash

2016-10-28 Thread r...@akom.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Komarov edited a comment on  JENKINS-39359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Tool Locations published from swarm client on windows are appended with forward slash   
 

  
 
 
 
 

 
 As a workaround I replace / with \ like this in the batch step: {code:java} PATH="%PATH:/=\%"{code}  
 

  
 
 
 
 

 
 
 

 
 
 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-39359) Tool Locations published from swarm client on windows are appended with forward slash

2016-10-28 Thread r...@akom.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Komarov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39359  
 
 
  Tool Locations published from swarm client on windows are appended with forward slash   
 

  
 
 
 
 

 
Change By: 
 Alexander Komarov  
 

  
 
 
 
 

 
 I publish tool locations for preinstalled tools on my windows-based swarm clients using the command-line args, and until recently this worked fine.Today (haven't used these jobs in a while) I see this in the output (I run "echo Path is %PATH%" in a Windows batch step) {quote} >echo "Path is *e:\jenkins\jdk\JDK_1.7/bin*;c:\tools\apache-maven-3.0.5\bin\;e:\jenkins\jdk\JDK_1.7/bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;E:\cygwin64\bin;E:\jenkins\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\SlikSvn\bin;e:\jenkins\ant\apache-ant-1.9.7\bin;C:\Program Files (x86)\MSBuild\12.0\Bin;e:\jenkins\maven\apache-maven-3.2.5\bin;e:\jenkins\jdk\JDK_1.8\bin;;c:\tools\;C:\Windows\Microsoft.NET\Framework\v4.0.30319"{quote}   The PATH is prepended with the JDK bin path which is incorrect.  The path shows up correctly on the slave's Configure screen, see screenshot.I don't know for certain whether it is the swarm plugin or jenkins tool provider core doing this.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-39359) Tool Locations published from swarm client on windows are appended with forward slash

2016-10-28 Thread r...@akom.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Komarov commented on  JENKINS-39359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Tool Locations published from swarm client on windows are appended with forward slash   
 

  
 
 
 
 

 
 As a workaround I replace / with \ like this in the batch step: PATH="%PATH:/=%"   
 

  
 
 
 
 

 
 
 

 
 
 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-39359) Tool Locations published from swarm client on windows are appended with forward slash

2016-10-28 Thread r...@akom.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Komarov created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39359  
 
 
  Tool Locations published from swarm client on windows are appended with forward slash   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kohsuke Kawaguchi  
 
 
Attachments: 
 Screenshot_2016-10-28_12-44-31.png  
 
 
Components: 
 swarm-plugin  
 
 
Created: 
 2016/Oct/28 4:51 PM  
 
 
Environment: 
 Jenkins Master:  version 2.26  Linux  JDK 1.7 for the JVM  Swarm plugin 2.2   Slave:  Swarm jar 2.0  Windows 2008   
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Alexander Komarov  
 

  
 
 
 
 

 
 I publish tool locations for preinstalled tools on my windows-based swarm clients using the command-line args, and until recently this worked fine. Today (haven't used these jobs in a while) I see this in the output (I run "echo Path is %PATH%" in a Windows batch step) >echo "Path is e:\jenkins\jdk\JDK_1.7/bin;c:\tools\apache-maven-3.0.5\bin\;e:\jenkins\jdk\JDK_1.7/bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;E:\cygwin64\bin;E:\jenkins\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\SlikSvn\bin;e:\jenkins\ant\apache-ant-1.9.7\bin;C:\Program Files (x86)\MSBuild\12.0\Bin;e:\jenkins\maven\apache-maven-3.2.5\bin;e:\jenkins\jdk\JDK_1.8\bin;;c:\tools\;C:\Windows\Microsoft.NET\Framework\v4.0.30319"  The PATH is prepended with the JDK bin path which is incorrect. The path shows up correctly on the slave's Configure screen, see screenshot. I don't know for certain whether it is the