Re: Help : Make a new release for dependency-analyzer-plugin

2014-09-29 Thread Etienne Jouvin
No impossible. I can not make just a mistake. ;) Off course I can do this. There were already so many errors in the SCM node in my previous pom... I will correct it this evening. Thanks a lot because I am pretty sure that I would never found this mistake, which is not a typo mistake but a real

Increase SSHD idle timeout (https://github.com/jenkinsci/sshd-module/pull/4)

2014-09-29 Thread Marcin Płonka
Dear Jenkins Developers May I ask you to review and accept a PR for sshd-module (https://github.com/jenkinsci/sshd-module/pull/4) ? The change is really trivial - the only thing it does is arbitrarily setting client's idle timeout to 3 hours, overriding the default of 10 minutes. Thanks and

Re: Request to publish a Jenkins plug-in

2014-09-29 Thread Krishna Kishore
Due to different dependencies we decided not to extend the functionality of the existing plugin but write a new plugin. The existing plugin implements the SCM extension point of Jenkins and the new plugin is much more lighter and uses the Build extension point. The target audience for the two

Re: New Jenkins PlugIn Hosting Request

2014-09-29 Thread Ulli Hafner
Created https://github.com/jenkinsci/paaslane-plugin Welcome aboard! Ulli Am 26.09.2014 um 21:19 schrieb Alan Zall alan.z...@cloudtp.com: Hi, We're building a new plugin to integrate PaaSLane ( https://www.paaslane.com ) with Jenkins. I would like to request GitHub hosting, my user

Re: New Plugin - access request

2014-09-29 Thread Ulli Hafner
Created https://github.com/jenkinsci/workplace-plugin Welcome aboard! Ulli Am 26.09.2014 um 22:48 schrieb Sameer Shah ss...@elance-odesk.com: Hi Ulli, This jenkins plugin would help in integrating our messaging product that we are going to release first quarter next year. This plugin would

Re: commit access to configuration slicing plugin

2014-09-29 Thread Ulli Hafner
Done. Welcome aboard! Ulli Am 27.09.2014 um 18:19 schrieb 'ninian_harvey' via Jenkins Developers jenkinsci-dev@googlegroups.com: Hi, Can I be provided with commit access to the configuration slicing plugin github repository please, in line with what is suggested in

Re: Commit access to xfpanel-plugin

2014-09-29 Thread Ulli Hafner
Done. Welcome aboard! Ulli Am 28.09.2014 um 15:19 schrieb Tilman Blumenbach t.blumenb...@gmail.com: Hello, I have opened a pull request for the xfpanel-plugin [1], but it does not appear to get any attention from the maintainer(s) -- just like another pull request from December 2013 [2].

Re: New Jenkins plugin to be hosted; Deployment Dashboard

2014-09-29 Thread Ulli Hafner
Done. Welcome aboard! Ulli Am 28.09.2014 um 20:49 schrieb Miel Donkers miel.donk...@codecentric.nl: Hi Ullrich, As indicated you may give Andreas and Marcel also access, or I'll add them to the repository as soon as I can access it. Thanks in advance, Miel On Friday, September 26,

Re: JIRA down again

2014-09-29 Thread Arnaud Héritier
Restarted again :( KK, Tyler, couldn't we configure Puppet to ensure that the service is up ? But it won't solve the original issue : the lake of memory on the server that leads the kernel to kill the biggest process aka Jira Sep 29 03:41:05 eggplant kernel: [794749.632413] Out of memory: kill

envinject plugin pull request #33

2014-09-29 Thread Thomas Sondergaard
Hi, I made the following pull request a week ago and I was hoping someone here could do a review of it. https://github.com/jenkinsci/envinject-plugin/pull/33 The bug I filed prior to the pull request: https://issues.jenkins-ci.org/browse/JENKINS-24785 Pull request message (also git commit

[JENKINS-24876] code review needed before sending pull request?

2014-09-29 Thread Verny Quartara
Hi everybody, I fixed the above issue https://issues.jenkins-ci.org/browse/JENKINS-24876 on Deploy-Plugin, should I contact the mantainers for code review or should I send the pull request? Forgive me if I'm hurrying, but I need this little improvement asap, meanwhile I install it using the .hpi

Re: [JENKINS-24876] code review needed before sending pull request?

2014-09-29 Thread Baptiste Mathus
Just send the pull request if you think it is ready. Pull requests are indeed for review. Cheers Le 29 sept. 2014 13:06, Verny Quartara webn...@gmail.com a écrit : Hi everybody, I fixed the above issue https://issues.jenkins-ci.org/browse/JENKINS-24876 on Deploy-Plugin, should I contact the

Progressive output (like console)

2014-09-29 Thread jenkinsuser92
Hello, in my plugin I created an extra page with a button on it that is connected to a doConfigSubmit method in the java class. When the button is clicked several batch commands get executed. Until now I handle the console output like this: while ((line = bufferedReader.readLine()) != null) {

Re: Commit access to xfpanel-plugin

2014-09-29 Thread t . blumenbach
Thanks a lot! Tilman Blumenbach Am Montag, 29. September 2014 12:11:17 UTC+2 schrieb Ullrich Hafner: Done. Welcome aboard! Ulli Am 28.09.2014 um 15:19 schrieb Tilman Blumenbach t.blum...@gmail.com javascript:: Hello, I have opened a pull request for the xfpanel-plugin [1], but

Plugin Hosting Request

2014-09-29 Thread Loren Klingman
I'm developing a plugin to allow builds to be triggered based on commit message text. It is currently here: https://github.com/wiseloren/jenkins-ci-build-plugin (right now, it's only a license file, but the rest of the plugin will be coming up when I get it working locally.) My github

Re: Progressive output (like console)

2014-09-29 Thread Robert Sandell
What you see in console.jelly is basically it (the code is the documentation ;) ) Some key methods in hudson.model.Run that it uses are getLogText() and writeLogTo(...) /B On Mon, Sep 29, 2014 at 4:01 PM, jenkinsuse...@gmail.com wrote: Hello, in my plugin I created an extra page with a

Re: Plugin Hosting Request

2014-09-29 Thread Ulli Hafner
What would be an appropriate name of your plugin? Am 29.09.2014 um 17:20 schrieb Loren Klingman loren.kling...@gmail.com: I'm developing a plugin to allow builds to be triggered based on commit message text. It is currently here: https://github.com/wiseloren/jenkins-ci-build-plugin

Re: Plugin Hosting Request

2014-09-29 Thread Loren K
CI Build Loren Klingman On Mon, Sep 29, 2014 at 1:17 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: What would be an appropriate name of your plugin? Am 29.09.2014 um 17:20 schrieb Loren Klingman loren.kling...@gmail.com: I'm developing a plugin to allow builds to be triggered based on

Re: Plugin Hosting Request

2014-09-29 Thread Daniel Beck
This tells users nothing about the functionality of the plugin. 'commit-trigger-plugin' maybe? On 29.09.2014, at 19:24, Loren K lo...@gottahavejesus.com wrote: CI Build Loren Klingman On Mon, Sep 29, 2014 at 1:17 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: What would be an

Re: Plugin Hosting Request

2014-09-29 Thread Loren K
The plugin is the opposite of the ci-skip plugin which is why I choose the name, but commit-trigger works. Loren Klingman On Mon, Sep 29, 2014 at 1:33 PM, Daniel Beck m...@beckweb.net wrote: This tells users nothing about the functionality of the plugin. 'commit-trigger-plugin' maybe? On

Re: Help : Make a new release for dependency-analyzer-plugin

2014-09-29 Thread Etienne Jouvin
You got it. I correct the link, and commands succeeded. mvn org.apache.maven.plugins:maven-release-plugin:2.5:prepare mvn org.apache.maven.plugins:maven-release-plugin:2.5:perform Now I will wait to see if the new version will be published. Thanks a lot. Le lundi 29 septembre 2014 00:22:54

Re: Google OAuth Plugin does not load scope

2014-09-29 Thread Calvin
Thanks Matt for sharing, so it looks like there's going to be a bit of work on my end to create a new plugin then which I'd like to do depending on the feasibility vs. need at this stage of our project. I'll definitely reach out for assistance if and when I get this plugin started. On Sunday,

Re: New Plugin - access request

2014-09-29 Thread Gregory Moltchadski
Hmm, no interest? -- 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 options, visit