Re: Progressive output (like console)

2014-10-01 Thread jenkinsuser92
I put something together by looking at the code of the Branch API plugin. It's not yet doing everything I want it to do.. but we're getting there. Am Montag, 29. September 2014 16:01:14 UTC+2 schrieb jenkin...@gmail.com: Hello, in my plugin I created an extra page with a button on it that

Re: Request for comments: Copyartifact 2.0

2014-10-01 Thread Daniel Beck
On 27.09.2014, at 08:24, Ikedam de...@ikedam.jp wrote: I request comments, advices, and requests for that. Please consider moving parameter filter into the build selectors (for those where it makes sense). -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Realtime console output for parallel threaded Python fabric command

2014-10-01 Thread Chris Z.
Hi, What is this fab ? Python scripts with shebang (self executable)? python -u usually helps with jenkins python output issues. On Wed, Sep 17, 2014 at 11:38 PM, Michael Reinhardt mreinha...@gmail.com wrote: We have a Python fabric command that runs in parallel across several hosts,

Re: Realtime console output for parallel threaded Python fabric command

2014-10-01 Thread Chris Z.
-u https://docs.python.org/2/using/cmdline.html#cmdoption-u Force stdin, stdout and stderr to be totally unbuffered. On systems where it matters, also put stdin, stdout and stderr in binary mode. Note that there is internal buffering in file.readlines()

[git-plugin] DefaultBuildChooser should detect invalid commits

2014-10-01 Thread Wannes Sels
There are a few bugs concerning DefaultBuildChooser and deleted commits: https://issues.jenkins-ci.org/browse/JENKINS-10385 https://issues.jenkins-ci.org/browse/JENKINS-10571 https://issues.jenkins-ci.org/browse/JENKINS-21980 https://issues.jenkins-ci.org/browse/JENKINS-21000 The cause is that

Re: email-ext option suggestion

2014-10-01 Thread Venkat Prasad
We usually notify 50+ users it takes over 30mins to finish job from Sending email to ... step. So thought of check with you. On Wednesday, 1 October 2014 00:46:48 UTC+8, slide wrote: No, I don't think I'll do this. The best thing to do if you want to bypass the mail address resolution

Need of access to upload new plugin.

2014-10-01 Thread Dennis Jacobs
Hi, I've written a small jenkins plugin, in order to be able to send xmpp pubsub events to an xmpp server. One can combine this plugin with the eloyente-plugin, which basicly triggers builds upon recieved events. this allows jenkins-users to have inter-jenkins communiction, to start builds on

Re: email-ext option suggestion

2014-10-01 Thread Slide
As I mentioned before, if you add email addresses to the user accounts, it will not use the mail resolvers to find it and will be much faster. On Wed, Oct 1, 2014 at 6:42 AM, Venkat Prasad venkat.ibmi...@gmail.com wrote: We usually notify 50+ users it takes over 30mins to finish job from

Re: Need of access to upload new plugin.

2014-10-01 Thread domi
What is the difference to this one? https://wiki.jenkins-ci.org/display/JENKINS/Jabber+Plugin Domi On 01.10.2014, at 16:55, Dennis Jacobs jcbs.d...@gmail.com wrote: Hi, I've written a small jenkins plugin, in order to be able to send xmpp pubsub events to an xmpp server. One can combine

Re: 1.565.3 LTS RC testing started

2014-10-01 Thread ogondza
Manual testing is over. Thank you guys for your help! -- oliver -- 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

Re: [WIKI] Plugin stats not updated in 3 months

2014-10-01 Thread Jan Molak
Brilliant, thanks for that Daniel! I'm happy to help with sorting out those stats if help is needed and wanted? Best, Jan On Friday, 26 September 2014 19:15:16 UTC+1, Daniel Beck wrote: All plugins' install counts in what I hope is JSON:

Re: [WIKI] Plugin stats not updated in 3 months

2014-10-01 Thread Peter Blume
Hi, I released my plugin on Sunday und updated yesterday. So far so good. But similar to your problem the plugins wiki page still shows No Information For This Plugin. See https://wiki.jenkins-ci.org/display/JENKINS/SASUnit+Plugin As well the plugin is not referenced here

[gradle-plugin] Pending pull request for JENKINS-24698

2014-10-01 Thread Mario Mohr
Hi, it would be nice if somebody could review and merge pull request #23 for the gradle plugin: https://github.com/jenkinsci/gradle-plugin/pull/23 It fixes the following issue: https://issues.jenkins-ci.org/browse/JENKINS-24682 Thanks, Mario -- You received this message because you are

Re: [git-plugin] DefaultBuildChooser should detect invalid commits

2014-10-01 Thread Mark Waite
On Wed, Oct 1, 2014 at 7:16 AM, Wannes Sels wannes.s...@gmail.com wrote: There are a few bugs concerning DefaultBuildChooser and deleted commits: https://issues.jenkins-ci.org/browse/JENKINS-10385 https://issues.jenkins-ci.org/browse/JENKINS-10571

Re: [WIKI] Plugin stats not updated in 3 months

2014-10-01 Thread oliver gondža
On Wed, 01 Oct 2014 19:04:54 +0200, Peter Blume peter.blum...@gmail.com wrote: Hi, I released my plugin on Sunday und updated yesterday. So far so good. Hi, Note that pushing to github != releasing. See:

Re: Realtime console output for parallel threaded Python fabric command

2014-10-01 Thread Michael Reinhardt
Thanks for the reply! fab is fabric http://www.fabfile.org/en/latest/ - a Python tool for deploying to multiple servers. I noticed the -u option can also be applied with PYTHONUNBUFFERED, so I'll try `PYTHONUNBUFFERED=1 fab ...etc...` for Monday's run and report back afterwards. On

Backporting for 1.580.1 started

2014-10-01 Thread oliver gondža
Hi, Next LTS was chosen today and backporting effectively starts now. Backported issues: https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+10172+AND+labels+%3D+%221.580.1-fixed%22 -- oliver -- You received this message because you are subscribed to the

Re: Backporting for 1.580.1 started

2014-10-01 Thread oliver gondža
Noting Daniel suggests JENKINS-24453 to be backported. -- oliver -- 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

Gradle JPI Plugin Released

2014-10-01 Thread Daniel Spilker
I released a new version of the Gradle JPI plugin: https://github.com/jenkinsci/gradle-jpi-plugin/blob/0.6.0/CHANGELOG.md Please give it a try and report any problems: https://issues.jenkins-ci.org/browse/JENKINS/component/16321 Daniel -- You received this message because you are subscribed

Re: Add an action to a Node/Computer

2014-10-01 Thread dominiquebrice
Pull request #1416 https://github.com/jenkinsci/jenkins/pull/1416 submitted to update javadoc. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Add-an-action-to-a-Node-Computer-tp4720123p4722200.html Sent from the Jenkins dev mailing list archive at Nabble.com. --

Disk Usage Plugin Suggestion

2014-10-01 Thread Venkat Prasad
We are facing job failures due to an error, Disk usage plugin fails during calculation disk usage of this build. Jenkins ver 1.572, Disk usage plugin ver .23 At present this plugin records disk usage for all the jobs, and it takes much of system resources. Our suggestion, Can you please