Re: Calling an existing plugin from mine

2015-03-19 Thread Thom Ellis
Hi Ivo, Thanks for the reply. Ya you're right, it just wasn't obvious to me straight away what was necessary there. The htmlpublisher plugin adds the action, so I assumed it would take care of itself, but since that was being added when jenkins requests the project actions, I needed to add

Re: description-setter-plugin

2015-03-19 Thread Michael R.
I've just been in contact with Tom. He is not maintaining it actively anymore. So I'd like to take over the maintenance. Can someone please subscribe the github repository to me (michael1010) Regards, Michael On 03/17/2015 07:04 PM, Richard Bywater wrote: Unfortunately that page only has

Unable to get Remote build trigger working

2015-03-19 Thread Vinoth raj
I know this post applies to user group but I haven't have found any response there. I believe the developers will be prudent to spot my issue and propose a solution instantly. I need to use curl to remotely trigger build for a project. Jenkins ver. 1.580.3 Following setting is done: In

Re: Publisher: is it possible to get the Project name?

2015-03-19 Thread Ivo Bellin Salarin
thanks! On Thu, Mar 19, 2015 at 4:24 PM, Robert Sandell rsand...@cloudbees.com wrote: Stapler.getCurrentRequest().findAncestorObject(Job.class) /B On Thu, Mar 19, 2015 at 4:18 PM, Ivo Bellin Salarin ivo.bellinsala...@gmail.com wrote: Hi everybody, In the config.jelly of my custom

Re: Help to add commit permission to ace-han @github.com/jenkinsci/coordinator-plugin

2015-03-19 Thread Ulli Hafner
We only use the IRC bot to grant permissions. Am 19.03.2015 um 03:09 schrieb Ace Han ace.jl@gmail.com: Hello there, I am now an admin of the https://github.com/jenkinsci/coordinator-plugin https://github.com/jenkinsci/coordinator-plugin. I want to add some of my friends as developer

Re: Plugin hosting request: UI Test Capture

2015-03-19 Thread Ulli Hafner
Created https://github.com/jenkinsci/ui-test-capture-plugin Welcome aboard! You will get an invitation from GitHub via email. Ulli Am 19.03.2015 um 04:34 schrieb Victor Bathke emaildovic...@gmail.com: Hi Ullrich! No, it is not related. Any tool can generate the pattern required by the

Re: How to prevent saving project's configuration if there are configuration failures?

2015-03-19 Thread Kirill
Thanks a million! 100% clear now. среда, 18 марта 2015 г., 17:10:37 UTC+2 пользователь Jesse Glick написал: On Tue, Mar 17, 2015 at 6:36 PM, Ulli Hafner ullrich...@gmail.com javascript: wrote: I don’t think that this is possible. Correct:

Publisher: is it possible to get the Project name?

2015-03-19 Thread Ivo Bellin Salarin
Hi everybody, In the config.jelly of my custom publisher, I would like to display a text. This text should contain the name of the Project to which the publisher is attached. I have had a look at the Publisher javadoc, but I can't find any information related to the containing Job (out of the

Re: Publisher: is it possible to get the Project name?

2015-03-19 Thread Robert Sandell
Stapler.*getCurrentRequest http://stapler.kohsuke.org/apidocs/org/kohsuke/stapler/Stapler.html#getCurrentRequest%28%29* ().*findAncestorObject http://stapler.kohsuke.org/apidocs/org/kohsuke/stapler/StaplerRequest.html#findAncestorObject%28java.lang.Class%29* (Job.class