Re: New plugin (TestFairy) Hosting and Repository Request

2014-04-25 Thread Daniel Beck
On 25.04.2014, at 06:06, Christopher Orr ch...@orr.me.uk wrote: Stupid question: if a plugin is relying on a fix or feature that was backported to 1.509.3, what happens to users running 1.510 which, presumably, does not have that fix/feature? Not a stupid question. I don't think there's a

Re: How to hook pre-build?

2014-04-25 Thread Mads Nielsen
Alternatively, you could check out the BuildWrapper extension point: http://javadoc.jenkins-ci.org/hudson/tasks/BuildWrapper.html and use the *setUp(AbstractBuild, Launcher, BuildListener) http://javadoc.jenkins-ci.org/hudson/tasks/BuildWrapper.html#setUp(hudson.model.AbstractBuild,

New plugin request: send-to-eclipse

2014-04-25 Thread Cees Bos
We have developed a plugin which can send a stacktrace of a failing testcase to Eclipse. In Eclipse you need a plugin, which can receive the request. The Eclipse plugin can be found here: http://cbos.github.io/OpenFromExternalEvent/ *Jenkins Plugin Name:* send-to-eclipse-plugin

sharing the data between two plugins

2014-04-25 Thread supraja
I have developed two jenkins plugins. one is build plugin and other is post build plugin. Now my requirement is the output of build plugin should be passed as the input of post build plugin. I dint have any idea on how can i do this. Can any one help me how can i share data between the plugins.

Re: sharing the data between two plugins

2014-04-25 Thread Mads Nielsen
We usually use actions to svare data. There is an InvisibleAction just for that purpose. Den 25/04/2014 12.12 skrev supr...@horoppa.com: I have developed two jenkins plugins. one is build plugin and other is post build plugin. Now my requirement is the output of build plugin should be passed

Re: sharing the data between two plugins

2014-04-25 Thread supraja
Hi, if it is possible can you please share some examples on InvisibleAction. Thanks On Friday, April 25, 2014 3:44:55 PM UTC+5:30, Mads Nielsen wrote: We usually use actions to svare data. There is an Invisible.Action just for that purpose. Den 25/04/2014 12.12 skrev sup...@horoppa.com

Re: Contributing fixes to plugins (perforce)

2014-04-25 Thread Niksan
Nevermind, I decided to give Intellij CE a go, and I don't know what kind of voodoo magic it does, but it makes things a lot simpler. :) -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving

Jenkins Xtreme Feedback Utility

2014-04-25 Thread Stefan Wolf
Hi, I build a small standalone application which polls the Jenkins RSS-Feed in order to control a few Feedback devices. Currently supported are the Dream Cheeky Missile Launcher, the Cleware USB Traffic Light and the Google text-to-speech API. For more Information see the read me on github:

Re: Request for review of pull request for Ivy Plugin, JENKINS-22447

2014-04-25 Thread Kevin Formsma
Bump, if no one is able to give this a look, is it possible to give me commit access to ivy-plugin? I've been running this patch for several weeks without issue :) On Wednesday, April 23, 2014 2:09:23 PM UTC-4, Kevin Formsma wrote: Hello! I've submitted a pull request here

Re: sharing the data between two plugins

2014-04-25 Thread Ulli Hafner
plugin1: build.addAction(new YourInvisibleAction()) plugin2: build.getAction(YourInvisibleAction.class) Am 25.04.2014 um 12:30 schrieb supr...@horoppa.com: Hi, if it is possible can you please share some examples on InvisibleAction. Thanks On Friday, April 25, 2014 3:44:55 PM UTC+5:30,

Re: Request for review of pull request for Ivy Plugin, JENKINS-22447

2014-04-25 Thread Kevin Formsma
Github username is arothian. Thanks! On Friday, April 25, 2014 11:29:46 AM UTC-4, Ullrich Hafner wrote: What is your user name? Am 25.04.2014 um 17:06 schrieb Kevin Formsma kevin@gmail.comjavascript: : Bump, if no one is able to give this a look, is it possible to give me commit

Publish DigitalOcean slave plugin

2014-04-25 Thread Robert Gründler
Hi all. i’d like to publish my digitalocean slave plugin: https://github.com/pulse00/digitalocean-plugin  That’s my first jenkins plugin - if you need anything else please let me know. regards -robert -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Advice on debugging deadlocks Queue.getItems()

2014-04-25 Thread Surya Gaddipati
Thank you for the suggestions , I was able to take threaddumps this time Here are the threads in question http://pastebin.com/K6n9YXKV Can someone clue me in as to what is going on. On Thursday, April 24, 2014 7:05:32 AM UTC-5, evernat wrote: Hi, I confirm that when the /monitoring page

Re: Advice on debugging deadlocks Queue.getItems()

2014-04-25 Thread Jesse Glick
On Fri, Apr 25, 2014 at 12:47 PM, Surya Gaddipati suryapraka...@gmail.com wrote: Can someone clue me in as to what is going on. You would have to determine which threads hold which locks. Normally jstack includes this information but your thread dump does not. Can be reconstructed by examining

Re: New Plugin: Liquibase Runner

2014-04-25 Thread Keith Collison
The repository was indeed created (I gather that this was done perhaps by a bot). However, the repository name seems a little funky, having two dashes at the end of it (liquibase-runner-plugin--). While I'm sure this is merely cosmetic, if there's a way to lop off those two dashes, I'd be

Re: Request for review of pull request for Ivy Plugin, JENKINS-22447

2014-04-25 Thread Ulli Hafner
Done. Welcome aboard! Ulli Am 25.04.2014 um 17:56 schrieb Kevin Formsma kevin.form...@gmail.com: Github username is arothian. Thanks! On Friday, April 25, 2014 11:29:46 AM UTC-4, Ullrich Hafner wrote: What is your user name? Am 25.04.2014 um 17:06 schrieb Kevin Formsma

Re: Publish DigitalOcean slave plugin

2014-04-25 Thread Ulli Hafner
https://github.com/jenkinsci/digitalocean-plugin Welcome aboard! Ulli Am 25.04.2014 um 18:36 schrieb Robert Gründler rob...@dubture.com: Hi all. i’d like to publish my digitalocean slave plugin: https://github.com/pulse00/digitalocean-plugin That’s my first jenkins plugin - if you

Re: New Plugin: Liquibase Runner

2014-04-25 Thread Ulli Hafner
Done: https://github.com/jenkinsci/liquibase-runner-plugin/ Am 25.04.2014 um 20:21 schrieb Keith Collison keithc...@gmail.com: The repository was indeed created (I gather that this was done perhaps by a bot). However, the repository name seems a little funky, having two dashes at the end

Re: Request for review of pull request for Ivy Plugin, JENKINS-22447

2014-04-25 Thread Kevin Formsma
Thanks Ulli, but it looks like you added me to the wrong team :) I'll need access to https://github.com/jenkinsci/ivy-plugin, not https://github.com/jenkinsci/redmine-plugin. On Friday, April 25, 2014 2:32:45 PM UTC-4, Ullrich Hafner wrote: Done. Welcome aboard! Ulli Am 25.04.2014 um

Re: Request for review of pull request for Ivy Plugin, JENKINS-22447

2014-04-25 Thread Ulli Hafner
Sorry… Now you should have access. Am 25.04.2014 um 20:58 schrieb Kevin Formsma kevin.form...@gmail.com: Thanks Ulli, but it looks like you added me to the wrong team :) I'll need access to https://github.com/jenkinsci/ivy-plugin, not https://github.com/jenkinsci/redmine-plugin. On

Re: New Plugin: Liquibase Runner

2014-04-25 Thread Keith Collison
Perhaps I'm missing something, but I don't seem to be able to commit to this repository: remote: Permission to jenkinsci/liquibase-runner-plugin.git denied to prospero238. fatal: unable to access 'https://github.com/jenkinsci/liquibase-runner-plugin.git/': The requested URL returned error:

Check if plugin is running on master node

2014-04-25 Thread Steve Springett
Is there a way to reliably check if a plugin is running on the master node? Currently I'm doing this: boolean isMaster = abstractBuild.getBuiltOn().getNodeName().equals(); But this seems like a bit of a hack to me. Is there a better way? -- You received this message because you are subscribed