How do I register my developed new plugin?

2013-07-11 Thread JEE HYOUNG YOO
Hi all, I've developed a new Jenkins plugin called concurrent-login-plugin to intercept concurrent login in Jenkins. If it use this plugin, It's fairly primitive at the moment, but the bare bones are there. I'd like to release it as version 1, and the Jenkins docs tell me that I need to get

Re: want to participate in open source development

2013-07-11 Thread Richard Bywater
See https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins for some resources on helping out. Richard. On Thu, Jul 11, 2013 at 6:38 AM, Hanan M. wrote: > Hi All, > > I have industry experience with java development and automation testing > with cucmber using ruby. now I'm just wandering if

Re: [New plugin] - Explicit ownership of the jobs and slaves

2013-07-11 Thread Oleg Nenashev
Hello Domi, In my opinion, plugin is not directly related to the mentioned Jenkins issues. I'm going to implement integration with security plugins (Role Strategy Plugin) via incoming macro roles support (@Owner, @Co-owner roles will be added), but I’m not going to have specific “Ownership Strate

java.lang.NullPointerException

2013-07-11 Thread Zhengyuan Shen
Hi everyone, I am implementing the function below in my Jenkins plugin. Utilities.login(uri, username, password); If I put this function inside the perform() function then there is no problem, but if I put it inside a doFillDropdownItems() function, it gives error like this: java.lang.reflect

Re: new plugin

2013-07-11 Thread Jim Gallagher
Actually, never mind, I managed to sort this out with the help of the documentation - RTFM! Thanks Jim On Thursday, 11 July 2013 13:42:41 UTC+1, Jim Gallagher wrote: > > I'm now struggling with the release:prepare portion of the process. > > I've followed the doc from Jenkins around adding SCM

Re: LTS 1.509.2.JENKINS-8856-diag ?

2013-07-11 Thread Jesse Glick
On 07/11/2013 12:28 PM, Jan Ruzicka wrote: Management page of my Jenkins LTS instance (1.509.2) is showing message: New version of Jenkins (1.509.2.JENKINS-8856-diag) is available for download (changelog). Was not supposed to be visible in that way. Kohsuke removed it at least from

LTS 1.509.2.JENKINS-8856-diag ?

2013-07-11 Thread Jan Ruzicka
Hi, Management page of my Jenkins LTS instance (1.509.2) is showing message: New version of Jenkins (1.509.2.JENKINS-8856-diag) is available for download (changelog). The download link returns 404: http://updates.jenkins-ci.org/download/war/1.509.2.JENKINS-8856-diag

Re: [New plugin] - Explicit ownership of the jobs and slaves

2013-07-11 Thread domi
Hi Oleg, sounds good, I like the idea - But I think you should also clarify how this is related to this https://issues.jenkins-ci.org/browse/JENKINS-18285 - which is implemented with version 1.520 and later with this https://issues.jenkins-ci.org/browse/JENKINS-16956 regards Domi On 11.07.2013,

Re: Plugin To Download Artifact Upon Manual Build Completion

2013-07-11 Thread domi
hmm, I kind of feel this is a strange usecase… I would rather use something like this https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over just my 2 cents… /imod On 11.07.2013, at 04:54, John DiMatteo wrote: > Hi All, > > I'm planning on writing a plugin to allow automatic downloading of

Re: Pull request - can somebody take a look?

2013-07-11 Thread Jesse Glick
On 07/11/2013 08:33 AM, Toomas Römer wrote: What do you recommend me to do? Try forcing a new PR build (e.g. git merge master); and ask someone to delete the workspace for the job, since I think it sometimes gets confused by an earlier working copy. -- You received this message because you a

Re: Plugin hosting request: shared-workspace

2013-07-11 Thread Sapone
so... should I just wait for response or something? -- 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 op

want to participate in open source development

2013-07-11 Thread Hanan M.
Hi All, I have industry experience with java development and automation testing with cucmber using ruby. now I'm just wandering if I can join your group. what would be criteria to qualify to join this group? I can handle tasks related to test or development. Sid -- You received this message

Re: new plugin

2013-07-11 Thread Jim Gallagher
I'm now struggling with the release:prepare portion of the process. I've followed the doc from Jenkins around adding SCM tags to the pom and when running the release:prepare it fails with a variety of SSH issues, or by hanging on the git push piece. Some questions: Should I use ssh or https in

Re: Pull request - can somebody take a look?

2013-07-11 Thread Toomas Römer
What do you recommend me to do? -- Toomas On Tue, Jul 9, 2013 at 1:45 AM, Jesse Glick wrote: > On 06/25/2013 04:26 AM, Toomas Römer wrote: >> >> My patches are into the ui-sample-plugin project and look quite safe but >> pull request builds fail. > > > Might be a bug in the pull request builder;

Re: [New plugin] - Explicit ownership of the jobs and slaves

2013-07-11 Thread Jesse Glick
On 07/11/2013 06:34 AM, Vincent Latombe wrote: there is a Cloudbees Folder Plus plugin that allows to restrict usage of nodes to jobs located in specific folders, I don't know if it has to be combined with the Nodes Plus plugin Nodes Plus and Folders Plus work independently. I don't think you

Re: [New plugin] - Explicit ownership of the jobs and slaves

2013-07-11 Thread Vincent Latombe
Hi Oleg, I'm very interested by your plugin concept, I had a similar idea in mind and I would be happy to try it out. Concerning cloudbees plugin, as far as I know its artifactId is cloudbees-nodes-plus so it shouldn't conflict. On top of what you already listed there is a Cloudbees Folder Plus p

Re: new plugin

2013-07-11 Thread Jim Gallagher
Thanks - I think I'm in a reasonable position now: Wiki page created POM updated But I'm struggling with the release:prepare step - it seems to hang (using Windows 7). Still trying to sort this out. Jim On Thursday, 11 July 2013 02:22:39 UTC+1, Kohsuke Kawaguchi wrote: > > > Thanks! > > I cre

Re: New plugin hosting request: Dynamic Search View Plugin

2013-07-11 Thread Oleg Nenashev
Hello, Seems that I have enough permissions to release plugin on my own. So, it is available for download now. Plugin's wiki page: https://wiki.jenkins-ci.org/display/JENKINS/Dynamic+Search+View+Plugin Best regards, Oleg Nenashev вторник, 2 июля 2013 г., 23:03:44 UTC+4 пользователь Oleg Nenash