Re: Request to become maintainer of Exclusive Execution Plugin

2015-02-02 Thread Ulli Hafner
Done. Welcome aboard! Ulli > Am 02.02.2015 um 23:57 schrieb Fernando Miguélez > : > > Hi Ulli, > > My github user is "fmiguelez" and repository is: > https://github.com/jenkinsci/exclusive-execution-plugin > > > Regards, > > Fernando

Help with get builds by timestamp( item.getBuilds.byTimestamp(s,e))

2015-02-02 Thread Manoj Thakkar
Hi, I am trying to get a list of all builds bytimestamp ( say last x days) i am trying to use the groovy api item.getbuilds().byTimeStamp(s,e) , but somehow the result reported are not correct, it skips many builds I am providing the start,end as time in milliseconds , Please advise, here

Need help with adding new tasks to the task menu

2015-02-02 Thread Anvith Shivakumara
Hello everyone, I am a new user of Jenkins-ci. I have cloned the repo from github and built the Maven project. This generated a .war file, which I imported into Eclipse. Next what I tried to do was to manipulate the homepage. As in, now I get four tasks to choose from namely, new item, people, b

Re: Any takers for copy-to-slave plugin ownership

2015-02-02 Thread Vivekanand S V
Bumping it in the hope that someone might be interested :) On Fri Jan 23 2015 at 9:37:05 AM Vivekanand S V wrote: > Hi all, > > > I took over this plugin to add some stuff and did release a version, > but I can't find time to actively maintain it (or fix bugs) due to personal > reasons. Any

Re: Request to become maintainer of Exclusive Execution Plugin

2015-02-02 Thread Fernando Miguélez
Hi Ulli, My github user is "fmiguelez" and repository is: https://github.com/jenkinsci/exclusive-execution-plugin Regards, Fernando On Mon, Feb 2, 2015 at 9:55 PM, Ulli Hafner wrote: > If you would write us your GitHub user name (and the repository name) then > we could give you access rights

Adding proprietary jars for plugin causes Inspection failure.

2015-02-02 Thread Kevin smith-orn
I am configuring a new Jenkins server ver 1.598 and I am running into an issue with the websphere deployer plugin(https://wiki.jenkins-ci.org/display/JENKINS/WebSphere+Deployer+Plugin) that I did not have on a previous version of Jenkins. When I drop the required IBM jars into plugins/webspher

Re: Recommended use of getExtensionList

2015-02-02 Thread Stephen Connolly
On Monday, February 2, 2015, Baptiste Mathus wrote: > Hi Ulli, > > In the meantime, I dug a bit more, and actually I seem to understand that > even if you keep a reference to ExtensionList in your plugin, > ExtensionLists would be refreshed if new extensions are detected [1]. > I'd like to get it

Re: Request to become maintainer of Exclusive Execution Plugin

2015-02-02 Thread Ulli Hafner
If you would write us your GitHub user name (and the repository name) then we could give you access rights… > Am 02.02.2015 um 18:35 schrieb Fernando Miguélez > : > > Hi admins, > > > After waiting for more than 2 weeks original maintainer of Exclusive > Execution Plugin (Marco Ambu) has not

validating-string-parameter-plugin: pull request and release please

2015-02-02 Thread martinda
Can someone pull in https://github.com/jenkinsci/validating-string-parameter-plugin/pull/3 and then release the validating-string-parameter plugin please? Thanks, Martin -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Re: PR matrix-project-plugin#11

2015-02-02 Thread Jeremy Marshall
+1 I'd like my PR released too https://github.com/jenkinsci/matrix-project-plugin/pull/9 As I need this before I can release https://github.com/jenkinsci/matrix-groovy-execution-strategy-plugin which changes the matrix execution strategy to use a richer groovy script Jeremy -- You received t

Request becoming maintainer of Exclusive Execution Plugin

2015-02-02 Thread Fernando Miguélez
https://groups.google.com/d/msg/jenkinsci-dev/dVVvG9bN6-Q/j2EsAZzy5zYJ -- 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...@googlegrou

Request to become maintainer of Exclusive Execution Plugin

2015-02-02 Thread Fernando Miguélez
Hi admins, After waiting for more than 2 weeks original maintainer of Exclusive Execution Plugin (Marco Ambu) has not responded. The other maintainer (Sam Tavakoli) advised me to ask for commit rights to main branch after submitting and reviewing my pull request. Since there seems to be no m

Re: Recommended use of getExtensionList

2015-02-02 Thread Ulli Hafner
> Am 02.02.2015 um 13:58 schrieb Baptiste Mathus : > > Hi Ulli, > > In the meantime, I dug a bit more, and actually I seem to understand that > even if you keep a reference to ExtensionList in your plugin, ExtensionLists > would be refreshed if new extensions are detected [1]. > I'd like to ge

Re: Recommended use of getExtensionList

2015-02-02 Thread Baptiste Mathus
Hi Ulli, In the meantime, I dug a bit more, and actually I seem to understand that even if you keep a reference to ExtensionList in your plugin, ExtensionLists would be refreshed if new extensions are detected [1]. I'd like to get it confirmed though, either here or by also reading more core code

Re: Recommended use of getExtensionList

2015-02-02 Thread Ulli Hafner
> Am 01.02.2015 um 18:32 schrieb Baptiste Mathus : > > Hi all, > Currently adding an extension point to my plugin, I was wondering if I should > try and cache the results of getExtensionList() at some point (I read one > good place may be in postInitialize()). > > In that case though, if some

Re: Sectioned view section

2015-02-02 Thread Daniel Beck
Sorry about that, only now saw the earlier discussion. Would probably need to extend Sectioned View. On 02.02.2015, at 12:31, Daniel Beck wrote: > It has public getters and setters (since 1.526). The setter code will also > show you why accessing the field directly would be a horrible idea. >

Re: Sectioned view section

2015-02-02 Thread Daniel Beck
It has public getters and setters (since 1.526). The setter code will also show you why accessing the field directly would be a horrible idea. On 02.02.2015, at 10:56, Łukasz Tasz wrote: > Hi Guys, any possiblilities to make field includeRegex public? > > regards > Lukasz > Łukasz Tasz > > >

Re: Sectioned view section

2015-02-02 Thread Łukasz Tasz
Hi Guys, any possiblilities to make field includeRegex public? regards Lukasz Łukasz Tasz 2015-01-21 13:33 GMT+01:00 Łukasz Tasz : > I"m using and testing latest version with code: > > private String name; > /** > * Include regex string. > */ > String includeRegex; > /** > * Compiled include pat