Re: Plugin in Jenkins

2014-07-24 Thread Bartosz Jabłonka
Thank you for response, I have edited in my local repository plugin from http:// github.com/jenkinsci/multi-module-tests-publisher-plugin and no matter what I change the new build is the same like the older. Listing my steps to build: 1.Changing files in all packages index.jelly from

Re: Plugin in Jenkins

2014-07-24 Thread Bartosz Jabłonka
I have mistaked not index.jelly but sidepanel.jelly -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. For more

Jenkins plugins

2014-07-24 Thread AT
Hi, I have a Jenkins's plugin made by someone. I would to modify a little bit this plugin. This plugin configures the job's build: it recovers some directories, and others parameters configured by users. Now I need to add a new parameter which can allow to give or not give a directory. How

Re: Request for plugin hosting

2014-07-24 Thread Anthony Gubler
Morning, can I ask apart from the credential configuration why would you couple these two plugins together? The credentials are only required for the webhook if the auto management option is selected (if I understand correctly) which means either users' could only use the change log

Parameterized Build: Can some parameters be set from a URL Post while others from User input?

2014-07-24 Thread Ioannis Moutsatsos
Here is my requirement. In the report output of a JOB1 build I want to place a hyperlink that when users click it displays a JOB2 form and populates *some of the JOB2 form parameters* based on parameter values passed through the URL. After reviewing the parameterized plugin I have been able to

New plugin host request

2014-07-24 Thread 'Dave Hounslow' via Jenkins Developers
Hi all, I have a new jenkins plugin I'd like to be hosted Its available to clone from here;   https://github.com/daveneedstoknow/JenkinsAutoTrishPlugin Thanks Dave. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this

Re: Replacing img icons with an icon tag

2014-07-24 Thread Tom Fennelly
There a PR for this now: https://github.com/jenkinsci/jenkins/pull/1336 Hopefully we can get it in or just decide to not do it at all... it's been dragging on way too long. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe

RSS for all / RSS for failures

2014-07-24 Thread Kevin Burke
Does anyone use these? A better question maybe, are these used in proportion with their prominent position in the sidebar UI? would anyone get upset if they were delegated to a less prominent position? you only have to subscribe once, and there can't be too many jobs people actually follow...

Re: How to launch on-demand slaves immediately when needed?

2014-07-24 Thread Peter O
I would say that you customers should except some wait if the slave manages to get offline between their jobs with a 10 min idle delay. If they need the job to start directly they should have a dedicated slave but use the GE to meet periods of high load. As to the # of executors would it be

Loading Values to fields in an Action from config file

2014-07-24 Thread Karthik V S
Hi, I have a Jelly form in my class, that is used to create an job using job's XML. The screenshot is attached. Now my requirement is to populate values to the fields in the form from the corresponding entries in the config file of the job on Page Load. Need to know how this can be done.

Re: RSS for all / RSS for failures

2014-07-24 Thread Daniel Beck
That entire feature would probably better off in a plugin... That said, most browsers should support link definitions for feeds and display them in some way, so it should be possible to remove the UI elements altogether. On 24.07.2014, at 18:30, Kevin Burke kburke...@gmail.com wrote: Does

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

2014-07-24 Thread Manivel R
Hi Thanks for the info. I will try it out. I have another to you if i may ask. Here is the scenario I have a plugin developed which does Execute Test The execute test plugin does the following as a post build step 1. Produce a JMS message 2. Run Test1 3. Publish result Now I want to make it