Hi there, The plugin wiki page was renamed, seemingly in late November, from: https://wiki.jenkins-ci.org/display/JENKINS/play-plugin?nocache
To: https://wiki.jenkins-ci.org/display/JENKINS/Play%21+Framework+Plugin But the POM still points to the old URL that no longer exists: https://github.com/jenkinsci/play-plugin/blob/play-autotest-plugin-1.0.1/pom.xml#L14 As Daniel mentioned, this means that the plugin won't be included in the Update Centre because it doesn't have a valid wiki URL: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-CreatingaWikipage However, the old wiki page URL *appears* to still exist (without the "?nocache"), but this is unfortunately due to a known wiki bug: https://issues.jenkins-ci.org/browse/INFRA-301 Therefore I've submitted a pull request to override the wiki URL for your plugin temporarily: https://github.com/jenkinsci/backend-update-center2/pull/39 i.e. if that PR gets merged, your plugin should reappear in the Update Centre within a few hours. But please update the <url> field in your pom.xml (and maybe add a space to the <name> field ;), and next time you make a release maybe let us know, so that we can remove this temporary override. Regards, Chris On 10/02/16 01:47, Daniel Beck wrote: > We require that every plugin has a wiki page and links to it from the POM. > > For some reason, this plugin's wiki page exists and was still rejected. I > suggest we wait a bit to see whether this resolves itself, otherwise I'll > need to investigate. > > On 08.02.2016, at 10:46, Rafael Rezende <[email protected]> wrote: > >> The current release (1.0.0) and the archive pages are unavailable (404 not >> found) from the plugin's wiki: >> https://wiki.jenkins-ci.org/display/JENKINS/play-plugin >> >> Archive link: >> http://updates.jenkins-ci.org/download/plugins/play-autotest-plugin/ >> >> Current version: >> http://updates.jenkins-ci.org/latest/play-autotest-plugin.hpi >> >> Was this plugin removed/banned? Or is there some misconfiguration? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/56BA9C4D.8090708%40orr.me.uk. For more options, visit https://groups.google.com/d/optout.
