[JIRA] (JENKINS-38449) Custom cmake tool installer not working behind proxy

2016-09-23 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Weber commented on  JENKINS-38449  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Custom cmake tool installer not working behind proxy   
 

  
 
 
 
 

 
 Download is handled by  

 

hudson.FilePath.installIfNecessaryFrom(URL, TaskListener, String)
 

 , which is part of jenkins core. So assigning it to jenkins core, adjusting title. BTW: Why don`t you just use the Install from cmake.org installer?  
 

  
 
 
 
 

 
 
 

 
 
 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-38449) Custom cmake tool installer not working behind proxy

2016-09-23 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Weber updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38449  
 
 
  Custom cmake tool installer not working behind proxy   
 

  
 
 
 
 

 
Change By: 
 Martin Weber  
 
 
Component/s: 
 core  
 

  
 
 
 
 

 
 
 

 
 
 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-38449) Custom cmake tool installer not working behind proxy

2016-09-22 Thread zvir...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zvi Rackover updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38449  
 
 
  Custom cmake tool installer not working behind proxy   
 

  
 
 
 
 

 
Change By: 
 Zvi Rackover  
 

  
 
 
 
 

 
 I the host's Global Tool Configuration/CMake/Extract .tar.gz/Download URL for binary archive setting i put:https://cmake.org/files/v3.6/cmake-3.6.2-Linux-x86_64.tar.gzBut on the slave i get the following failure when the job runs:{code}Unpacking https://cmake.org/files/v3.6/cmake-3.6.2-Linux-x86_64.tar.gz to /home/admin/zrackove/jenkins/tools/hudson.plugins.cmake.CmakeTool/From_cmake.org on arch-skx01 .iil.intel.com ERROR: Failed to download https://cmake.org/files/v3.6/cmake-3.6.2-Linux-x86_64.tar.gz from agent; will retry from masterjava.io.IOException: remote file operation failed: /home/admin/zrackove/jenkins/tools/hudson.plugins.cmake.CmakeTool/From_cmake.org at hudson.remoting.Channel@38b11c70:arch-skx01 .iil.intel.com : java.net.ConnectException: Connection timed out at hudson.FilePath.act(FilePath.java:1014) at hudson.FilePath.act(FilePath.java:996) at hudson.FilePath.installIfNecessaryFrom(FilePath.java:835) at hudson.FilePath.installIfNecessaryFrom(FilePath.java:768) at hudson.tools.ZipExtractionInstaller.performInstallation(ZipExtractionInstaller.java:81) at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:68) at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:109) at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:206) at hudson.plugins.cmake.CmakeTool.forNode(CmakeTool.java:95) at hudson.plugins.cmake.CmakeTool.forNode(CmakeTool.java:34) at hudson.tools.ToolInstallation.translate(ToolInstallation.java:172) at hudson.tools.ToolInstallation.translate(ToolInstallation.java:187) at hudson.plugins.cmake.CmakeBuilder.perform(CmakeBuilder.java:208) 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:1741) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)Caused by: java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:668) at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) at sun.net.NetworkClient.doConnect(NetworkClient.java:180) at 

[JIRA] (JENKINS-38449) Custom cmake tool installer not working behind proxy

2016-09-22 Thread zvir...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zvi Rackover created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38449  
 
 
  Custom cmake tool installer not working behind proxy   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 cmakebuilder-plugin  
 
 
Created: 
 2016/Sep/22 2:04 PM  
 
 
Priority: 
  Trivial  
 
 
Reporter: 
 Zvi Rackover  
 

  
 
 
 
 

 
 I the host's Global Tool Configuration/CMake/Extract .tar.gz/Download URL for binary archive setting i put: https://cmake.org/files/v3.6/cmake-3.6.2-Linux-x86_64.tar.gz But on the slave i get the following failure when the job runs: 

 

Unpacking https://cmake.org/files/v3.6/cmake-3.6.2-Linux-x86_64.tar.gz to /home/admin/zrackove/jenkins/tools/hudson.plugins.cmake.CmakeTool/From_cmake.org on arch-skx01.iil.intel.com
ERROR: Failed to download https://cmake.org/files/v3.6/cmake-3.6.2-Linux-x86_64.tar.gz from agent; will retry from master
java.io.IOException: remote file operation failed: /home/admin/zrackove/jenkins/tools/hudson.plugins.cmake.CmakeTool/From_cmake.org at hudson.remoting.Channel@38b11c70:arch-skx01.iil.intel.com: java.net.ConnectException: Connection timed out
	at hudson.FilePath.act(FilePath.java:1014)
	at hudson.FilePath.act(FilePath.java:996)
	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:835)
	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:768)
	at hudson.tools.ZipExtractionInstaller.performInstallation(ZipExtractionInstaller.java:81)
	at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:68)
	at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:109)
	at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:206)
	at hudson.plugins.cmake.CmakeTool.forNode(CmakeTool.java:95)
	at hudson.plugins.cmake.CmakeTool.forNode(CmakeTool.java:34)
	at hudson.tools.ToolInstallation.translate(ToolInstallation.java:172)
	at