[JIRA] (JENKINS-37493) Cannot connect charts repostory

2016-08-21 Thread huangl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Leon Huang commented on  JENKINS-37493  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot connect charts repostory   
 

  
 
 
 
 

 
 OK. I will try to use the local copy method you mentioned. BTW, how to do that ? where can I put the charts repo,which location in the local jenkins server ?  
 

  
 
 
 
 

 
 
 

 
 
 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-37493) Cannot connect charts repostory

2016-08-17 Thread huangl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Leon Huang created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37493  
 
 
  Cannot connect charts repostory   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Guillermo Sanchez Urien  
 
 
Components: 
 kubernetes-ci-plugin  
 
 
Created: 
 2016/Aug/18 5:25 AM  
 
 
Environment: 
 Jenkins ver 2.7.1  kubernetes-ci-plugin ver 1.1  Jenkins running in a docker image pulled from "https://hub.docker.com/_/jenkins/"  
 
 
Labels: 
 plugin jenkins  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Leon Huang  
 

  
 
 
 
 

 
 The container running in the intranet with the HTTP proxy to access internet. When configure the 'Charts Repository Configurations' with the URL 'https://github.com/helm/charts' as the plugin readme instruct, 'connection timeout' showed. The Jenkins Manage Plugins has the advanced option with HTTP proxy set properly and plugins can be downloaded through that proxy. Stack trace javax.servlet.ServletException: rx.exceptions.OnErrorNotImplementedException: connect timed out at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at