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

2014-09-29 Thread Etienne Jouvin
So this morning. Cloudbees Build --> OK https://jenkins.ci.cloudbees.com/job/plugins/job/dependency-analyzer-plugin/ Maven release command --> OK Tag was reated in Github Check on http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ --> KO, there is nothing about the plugin http://repo.

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 https://groups.google

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: 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 UTC+

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 wrote: > This tells users nothing about the functionality of the plugin. > 'commit-trigger-plugin' maybe? > > On 29.09.2014, at

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 wrote: > CI Build > > Loren Klingman > > On Mon, Sep 29, 2014 at 1:17 PM, Ulli Hafner wrote: > What would be an appropriate name of your plugin? > > Am 29.09.2014

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 wrote: > What would be an appropriate name of your plugin? > > Am 29.09.2014 um 17:20 schrieb Loren Klingman : > > I'm developing a plugin to allow builds to be triggered based on commit > message text. > > It is currently her

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 : > 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

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, wrote: > Hello, > > in my plugin I created an extra page with a button on it that is conn

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 usernam

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 >: > > > Hello, > > > > I have opened a pull request for the xfpanel-plugin [1], but it does not > > appea

RE: New Plugin Request

2014-09-29 Thread Anthony DeMartini
Oleg, Yes there are other possible use cases. We are exploring getting data from the server to show statistics inside of Jenkins, as well as other possible usages. Thank You, Anthony From: Oleg Nenashev [mailto:o.v.nenas...@gmail.com] Sent: Saturday, September 27, 2014 12:56 PM To: jenkinsci-

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: [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" a écrit : > Hi everybody, > I fixed the above issue > on Deploy-Plugin, > should I contact the mantainers

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

2014-09-29 Thread Verny Quartara
Hi everybody, I fixed the above issue 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

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 c

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 p

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 : > 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, 2014 5:48:13 PM U

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 : > 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]. > > As per [3], co

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 : > Hi, > > Can I be provided with commit access to the configuration slicing plugin > github repository please, in line with what is suggested in > https://wiki.jenkins-ci.org/display/JENKINS/Gov

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 : > 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 help users of > o

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 : > 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 there is "thatzall"

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 pl