[JIRA] (JENKINS-36739) Not able to download Git client plugin

2016-07-16 Thread nagallaseshub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Seshu Babu nagalla created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36739  
 
 
  Not able to download Git client plugin   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-client-plugin  
 
 
Created: 
 2016/Jul/16 9:54 PM  
 
 
Environment: 
   
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Seshu Babu nagalla  
 

  
 
 
 
 

 
 Git-Client plugin page is not opening Tried to dwonload the plugin by navigating Jenkins Page : https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Sourcecodemanagement Git-Client page : https://wiki.jenkins-ci.org/pages/viewpage.action?pageId=99057971  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
   

[JIRA] (JENKINS-36733) Performance Plugin upload failures

2016-07-16 Thread nagallaseshub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Seshu Babu nagalla commented on  JENKINS-36733  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Plugin upload failures   
 

  
 
 
 
 

 
 Hi Pokhiko Its hpi file downloaded the hpi file from https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin There is a problem attaching the same hpi to this ticket. But the same can download from above link  
 

  
 
 
 
 

 
 
 

 
 
 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-36733) Performance Plugin upload failures

2016-07-15 Thread nagallaseshub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Seshu Babu nagalla created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36733  
 
 
  Performance Plugin upload failures   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Andrey Pokhilko  
 
 
Components: 
 performance-plugin  
 
 
Created: 
 2016/Jul/16 4:08 AM  
 
 
Environment: 
 Jenkins Version : 2.7.1  Plugin : Performance  Plugin Version :1.14  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Seshu Babu nagalla  
 

  
 
 
 
 

 
 Hi  Download the performance plugin and trying to import the plugin through upload plugin option .  The upload is failed  java.io.IOException: Failed to dynamically deploy this plugin at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1867) at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1624) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110) at java.lang.Thread.run(Thread.java:745) Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:220) at java.util.zip.ZipFile.(ZipFile.java:150) at java.util.jar.JarFile.(JarFile.java:166) at java.util.jar.JarFile.(JarFile.java:145) at hudson.ClassicPluginStrategy.getShortName(ClassicPluginStrategy.java:114) at hudson.PluginManager.dynamicLoad(PluginManager.java:787) at hudson.PluginManager.dynamicLoad(PluginManager.java:775) at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1863