Frédéric Camblor edited a comment on Improvement JENKINS-17946

I don't think it is the responsibility of the plugin to "create" the data listing every plugins.

If you can find (or implement, it shouldn't be very difficult) a plugin which :

  • Browse every directories in JENKINS_HOME/plugins/ folder (every folder = 1 installed plugin)
  • For every folder, look into JENKINS_HOME/plugins/[plugin]/META-INF/maven/org.jenkins-ci.plugins/ant/pom.properties for the GAV of the plugin
  • List every of these GAV and persist it in a file (no matter the type) on JENKINS_HOME

Then this file could be sync'ed with scm-sync-config plugin (easily with a custom include).

WDYT ?

It is an easy plugin to implement, and doesn't need to have any knowledge on the scm-sync-config plugin
The most complicated thing here is the "when" will this plugin be run : ideally, would be nice to run it on jenkins start and/or plugin update is performed

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to