Re: p4 plugin not showing in update centre

2014-07-07 Thread Paul Allen
It was the name that Oleg pointed out. I was looking for p4, but it is called perforce. I'll spin a new release. On 7 Jul 2014, at 17:30, Rob Petti wrote: > I just checked, and I can see it on the updatecenter, both in the jenkins UI > and in the raw json. > > > > On Mon, Jul 7, 2014 at 1

Re: p4 plugin not showing in update centre

2014-07-07 Thread Rob Petti
I just checked, and I can see it on the updatecenter, both in the jenkins UI and in the raw json. On Mon, Jul 7, 2014 at 10:27 AM, Rob Petti wrote: > Wiki pages aren't required for plugins to show up on the updatecenter. > > > On Mon, Jul 7, 2014 at 9:52 AM, Paul Allen wrote: > >> Sure I can

Re: p4 plugin not showing in update centre

2014-07-07 Thread Rob Petti
Wiki pages aren't required for plugins to show up on the updatecenter. On Mon, Jul 7, 2014 at 9:52 AM, Paul Allen wrote: > Sure I can change it to a display name of "P4 Plugin". > > I tried the release over the weekend, so it has been way longer than 6 > hours. However, as I have only added th

Re: p4 plugin not showing in update centre

2014-07-07 Thread Paul Allen
Sure I can change it to a display name of "P4 Plugin". I tried the release over the weekend, so it has been way longer than 6 hours. However, as I have only added the wiki page perhaps I will have to wait a further 6h or (11h 59m if I was unlucky). On 7 Jul 2014, at 15:35, Oleg Nenashev wrot

Re: p4 plugin not showing in update centre

2014-07-07 Thread Oleg Nenashev
I've got a notification from RSS about the release, hence the plugin should be available on Jenkins Artifactory BTW, the plugin's Display Name is "Perforce Plugin", hence there can be various conflicts. I'd recommend to change the display name 2014-07-07 18:31 GMT+04:00 Rob Petti : > Have you

Re: p4 plugin not showing in update centre

2014-07-07 Thread Rob Petti
Have you released it already? If so, it takes up to 6 hours to show up in the update center. If not, then that would be why. On Mon, Jul 7, 2014 at 8:30 AM, Paul Allen wrote: > It seems the "p4-plugin" project is not showing up in the update centre? > > I forgot to add the wiki page prior to re

p4 plugin not showing in update centre

2014-07-07 Thread Paul Allen
It seems the "p4-plugin" project is not showing up in the update centre? I forgot to add the wiki page prior to release, however the POM did have the correct URL. I have since added the actual wiki page to match the POM, do I need to re-release even though there were no changes? http

Re: Refreshing the Jenkins UI

2014-07-07 Thread Bruno Kühnen Meneguello
Sure! On Sat 05 Jul 2014 08:06:22 AM BRT, Tom Fennelly wrote: On Wednesday, July 2, 2014 7:05:02 PM UTC+1, Bruno Kühnen Meneguello wrote: Hello, I did a PR to allow better UI on mobile devices. Could someone pls review that? https://github.com/jenkinsci/jenkins/pull/1070

How do I programmatically implement the post build action "Publish JUnit test result report"

2014-07-07 Thread Manivel R
I am writing a jenkins plugin using Java & Jelly script and wanted to automatically call the "Publish JUnit test result report" step at the end. I do see an option in the post build step but i am looking to achieve this as part of plugin itself. So that i dont have to exclusively call this step