[JIRA] (JENKINS-58229) Optionally skip plugins listed in plugins.txt on latest version

2019-07-30 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58229  
 
 
  Optionally skip plugins listed in plugins.txt on latest version
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Sprint: 
 GSoC 2019. Coding Phase 2 , GSoC 2019. Coding Phase 3  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.200289.1561592204000.3783.1564471754485%40Atlassian.JIRA.


[JIRA] (JENKINS-58229) Optionally skip plugins listed in plugins.txt on latest version

2019-06-26 Thread zbynek1...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zbynek Konecny commented on  JENKINS-58229  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optionally skip plugins listed in plugins.txt on latest version
 

  
 
 
 
 

 
 you can use  https://updates.jenkins.io/current/update-center.actual.json instead of update-center.json to obtain the list as actual JSON and simplify https://github.com/jenkinsci/plugin-installation-manager-tool/blob/master/plugin-management-library/src/main/java/io/jenkins/tools/pluginmanager/impl/PluginManager.java#L217  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.200289.1561592204000.10176.1561595160226%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-58229) Optionally skip plugins listed in plugins.txt on latest version

2019-06-26 Thread natasha.st...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Natasha Stopa created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58229  
 
 
  Optionally skip plugins listed in plugins.txt on latest version
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Natasha Stopa  
 
 
Components: 
 plugin-installation-manager-tool  
 
 
Created: 
 2019-06-26 23:36  
 
 
Labels: 
 gsoc-2019 plugin-manager  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Natasha Stopa  
 

  
 
 
 
 

 
 Use case: updating all currently installed plugins to their latest version. It’s hard to know if plugins are the latest version until checking the update center because to find out what version an installed plugin is, we parse the manifest, which doesn’t give any info about if that version is the latest. In general, information about plugins needs to be retrieved from the update center sooner - this will also help with displaying security warnings only relevant to the plugins in which the user is interested. Related to: https://issues.jenkins-ci.org/browse/JENKINS-58191  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment