|
Hello.
I'm trying to release my plugin, but it's not showing up under available plugins. I released it successfully with maven and it is present under http://maven.jenkins-ci.org/content/repositories/releases/org/jvnet/hudson/plugins/clearcase-ucm-plugin/. The plugin details are present too in the wiki site, https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+UCM+Plugin, but not in the list, https://wiki.jenkins-ci.org/display/JENKINS/Plugins. What could have happened? Thanks Christian. |
|
Hi Christian,
I had the same problem last week. I believe there was an issue in a few recent versions (fixed in 1.432) in which the update center json file was not being downloaded correctly. So, if you haven't tried it with the latest Jenkins release, give that a shot. Mike On Mon, Oct 3, 2011 at 3:25 PM, Christian Wolfgang <[hidden email]> wrote: > Hello. > > I'm trying to release my plugin, but it's not showing up under > available plugins. > I released it successfully with maven and it is present under > http://maven.jenkins-ci.org/content/repositories/releases/org/jvnet/hudson/plugins/clearcase-ucm-plugin/. > The plugin details are present too in the wiki site, > https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+UCM+Plugin, but > not in the list, https://wiki.jenkins-ci.org/display/JENKINS/Plugins. > > What could have happened? > > Thanks > > Christian. > |
|
Er actually, I think I misread your email.
I believe you need to add the label 'plugin-scm' to the plugin's wiki page. On Mon, Oct 3, 2011 at 4:08 PM, Michael Watt <[hidden email]> wrote: > Hi Christian, > > I had the same problem last week. I believe there was an issue in a > few recent versions (fixed in 1.432) in which the update center json > file was not being downloaded correctly. So, if you haven't tried it > with the latest Jenkins release, give that a shot. > > Mike > > On Mon, Oct 3, 2011 at 3:25 PM, Christian Wolfgang <[hidden email]> wrote: >> Hello. >> >> I'm trying to release my plugin, but it's not showing up under >> available plugins. >> I released it successfully with maven and it is present under >> http://maven.jenkins-ci.org/content/repositories/releases/org/jvnet/hudson/plugins/clearcase-ucm-plugin/. >> The plugin details are present too in the wiki site, >> https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+UCM+Plugin, but >> not in the list, https://wiki.jenkins-ci.org/display/JENKINS/Plugins. >> >> What could have happened? >> >> Thanks >> >> Christian. >> > |
|
Ok, so this should give me a spot on the plugins list on the jenkins
website site AND be available from the "Available" plugins tab in jenkins? Thanks Christian On Mon, Oct 3, 2011 at 17:10, Michael Watt <[hidden email]> wrote: > Er actually, I think I misread your email. > > I believe you need to add the label 'plugin-scm' to the plugin's wiki page. > > On Mon, Oct 3, 2011 at 4:08 PM, Michael Watt <[hidden email]> wrote: >> Hi Christian, >> >> I had the same problem last week. I believe there was an issue in a >> few recent versions (fixed in 1.432) in which the update center json >> file was not being downloaded correctly. So, if you haven't tried it >> with the latest Jenkins release, give that a shot. >> >> Mike >> >> On Mon, Oct 3, 2011 at 3:25 PM, Christian Wolfgang <[hidden email]> wrote: >>> Hello. >>> >>> I'm trying to release my plugin, but it's not showing up under >>> available plugins. >>> I released it successfully with maven and it is present under >>> http://maven.jenkins-ci.org/content/repositories/releases/org/jvnet/hudson/plugins/clearcase-ucm-plugin/. >>> The plugin details are present too in the wiki site, >>> https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+UCM+Plugin, but >>> not in the list, https://wiki.jenkins-ci.org/display/JENKINS/Plugins. >>> >>> What could have happened? >>> >>> Thanks >>> >>> Christian. >>> >> > |
|
After you have successfully released a plugin, the label(s) on the wiki page specify what sections the plugin will be listed in for the Available plugins tab in the Update Center. If there are no labels it goes in a default section ("Misc" I think).. so a label is not required to make your plugin available.
On Wed, Oct 5, 2011 at 1:16 AM, Christian Wolfgang <[hidden email]> wrote: Ok, so this should give me a spot on the plugins list on the jenkins |
|
Thank you for the answers.
I realized my <url> in my pom was linking to the wrong plugin, therefore it didn't show up as the correct plugin in the list... Sigh... On Thu, Oct 6, 2011 at 03:52, Alan Harder <[hidden email]> wrote: > After you have successfully released a plugin, the label(s) on the wiki page > specify what sections the plugin will be listed in for the Available plugins > tab in the Update Center. If there are no labels it goes in a default > section ("Misc" I think).. so a label is not required to make your plugin > available. > > On Wed, Oct 5, 2011 at 1:16 AM, Christian Wolfgang <[hidden email]> wrote: >> >> Ok, so this should give me a spot on the plugins list on the jenkins >> website site AND be available from the "Available" plugins tab in >> jenkins? >> >> Thanks >> >> Christian >> >> On Mon, Oct 3, 2011 at 17:10, Michael Watt <[hidden email]> wrote: >> > Er actually, I think I misread your email. >> > >> > I believe you need to add the label 'plugin-scm' to the plugin's wiki >> > page. >> > >> > On Mon, Oct 3, 2011 at 4:08 PM, Michael Watt <[hidden email]> wrote: >> >> Hi Christian, >> >> >> >> I had the same problem last week. I believe there was an issue in a >> >> few recent versions (fixed in 1.432) in which the update center json >> >> file was not being downloaded correctly. So, if you haven't tried it >> >> with the latest Jenkins release, give that a shot. >> >> >> >> Mike >> >> >> >> On Mon, Oct 3, 2011 at 3:25 PM, Christian Wolfgang <[hidden email]> >> >> wrote: >> >>> Hello. >> >>> >> >>> I'm trying to release my plugin, but it's not showing up under >> >>> available plugins. >> >>> I released it successfully with maven and it is present under >> >>> >> >>> http://maven.jenkins-ci.org/content/repositories/releases/org/jvnet/hudson/plugins/clearcase-ucm-plugin/. >> >>> The plugin details are present too in the wiki site, >> >>> https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+UCM+Plugin, but >> >>> not in the list, https://wiki.jenkins-ci.org/display/JENKINS/Plugins. >> >>> >> >>> What could have happened? >> >>> >> >>> Thanks >> >>> >> >>> Christian. >> >>> >> >> >> > > > |
| Powered by Nabble | Edit this page |
