Re: Discussion: Refactoring of JENKINS project in JIRA

2014-06-10 Thread Daniel Beck
On 10.06.2014, at 07:09, Oleg Nenashev o.v.nenas...@gmail.com wrote: https://github.com/jenkinsci/ant-plugin Sorry about that. Confused it with the Maven build step that's part of core. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

RE: DotCi - plugin hosting request

2014-06-10 Thread Sandell, Robert
KK challenged me at FOSDEM to prototype a way to store projects and builds in something like Mongo since XStream has JSON support. Although I haven't produced any code yet, I have been studying the areas in core that might be affected and have some suggestions on new ExtensionPoints that

Re: Commit access to https://github.com/jenkinsci/dimensionsscm-plugin

2014-06-10 Thread David Conneely
Hi, Let me know if I need to provide anything beyond my GitHub ID dconneely to be added as a committer to the jenkinsci/dimensionsscm-plugin repository. Tim Payne (current maintainer) has asked me to request this and he can confirm. Cheers, David. On Monday, 2 June 2014, David Conneely

Re: Commit access to https://github.com/jenkinsci/dimensionsscm-plugin

2014-06-10 Thread Tim Payne
Hi Would someone with the appropriate privileges be able to help David out with this, please? Thanks! On 10 Jun 2014, at 09:18, David Conneely david.conne...@gmail.commailto:david.conne...@gmail.com wrote: Hi, Let me know if I need to provide anything beyond my GitHub ID dconneely to be

Re: Plugin hosting request - Load Impact load testing plugin

2014-06-10 Thread ragnarlonn
Thanks Ulli! /Ragnar -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Plugin-hosting-request-Load-Impact-load-testing-plugin-tp4704851p4705784.html Sent from the Jenkins dev mailing list archive at Nabble.com. -- You received this message because you are subscribed

Re: Parameter Separator Plugin hosting

2014-06-10 Thread Ulli Hafner
Created https://github.com/jenkinsci/parameter-separator-plugin Sorry for the delay. Welcome aboard! Ulli Am 10.06.2014 um 03:30 schrieb Mike Chmielewski c...@mikec.123mail.org: Any hope of this getting hosted? - Original message - From: Mike Chmielewski c...@mikec.123mail.org

Re: Commit access to https://github.com/jenkinsci/dimensionsscm-plugin

2014-06-10 Thread Ulli Hafner
Done. Welcome aboard! Ulli Am 10.06.2014 um 10:18 schrieb David Conneely david.conne...@gmail.com: Hi, Let me know if I need to provide anything beyond my GitHub ID dconneely to be added as a committer to the jenkinsci/dimensionsscm-plugin repository. Tim Payne (current maintainer) has

Re: New servlet container for Jenkins CI

2014-06-10 Thread Jesse Glick
On Thu, Jun 5, 2014 at 2:12 PM, Kohsuke Kawaguchi kkawagu...@cloudbees.com wrote: I started java -jar jenkins.war just as a convenience, but […] more than 80% of the installation base is running on this container today. FYI, many of the large companies CloudBees has a support customers run

Re: Solidifying acceptance-test-harness API

2014-06-10 Thread Jesse Glick
On Thu, Jun 5, 2014 at 5:16 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: it feels quite unusual to make the Assert class the topmost class of our inheritance hierarchy Agreed, extending a class (or implementing an interface) to get static methods (resp. constants) is poor style when a

Re: Why doesn't copying an hpi file to JENKINS_HOME/plugins/ work?

2014-06-10 Thread Jesse Glick
On Mon, Jun 9, 2014 at 12:10 AM, Code ekkapo...@gmail.com wrote: curl -O http://updates.jenkins-ci.org/latest/chucknorris.hpi Try saving as chucknorris.jpi. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group

Re: Is there an extension point for listening to login events

2014-06-10 Thread Jesse Glick
On Mon, Jun 9, 2014 at 12:44 PM, Surya Gaddipati suryapraka...@gmail.com wrote: I would like to implement an housekeeping method on user when he/she logs in. Is there a extension point I can use to listen to to login events? Yes. SecurityListener. -- You received this message because you

Re: People using the LDAP plugin to connect to Active Directory

2014-06-10 Thread Jesse Glick
On Sun, Jun 8, 2014 at 1:35 PM, ogondza ogon...@gmail.com wrote: We _do_ want to know that version under test work on its own and not only if you upgrade your config from some earlier version. It is nice to verify this, but the plugin maintainer is often passively verifying this as they work on

Re: Discussion: Refactoring of JENKINS project in JIRA

2014-06-10 Thread Jesse Glick
On Tue, Jun 10, 2014 at 3:34 AM, Daniel Beck m...@beckweb.net wrote: Confused it with the Maven build step that's part of core. (but which ought to be a plugin too) -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this

Re: DotCi - plugin hosting request

2014-06-10 Thread Stephen Connolly
Jesse, you do know that only I may call KK with I told you so style taunts ;-) On 10 June 2014 15:45, Jesse Glick jgl...@cloudbees.com wrote: On Tue, Jun 10, 2014 at 3:49 AM, Sandell, Robert robert.sand...@sonymobile.com wrote: KK challenged me at FOSDEM to prototype a way to store projects

RE: Refreshing the Jenkins UI

2014-06-10 Thread Andrew Kujtan
Apologies if this has been brought up already, but all my emails contain the orbs, my email-ext template currently has, IMG SRC=${rooturl}static/images/32x32/(blue.gif/red.gif/yellow.gif) / Would converting to a js/css orb blow this away? I tried adding this to an email and (unsurprisingly)

Re: DotCi - plugin hosting request

2014-06-10 Thread Surya Gaddipati
In DotCi builds are still stored as xml in mongodb with some fields like pusher, sha, branch, status etc stored as json attributes for querying . I tried serializing builds into pure json instead of xml but ran into tons of issues with plugins and I was not sure what plugins were doing out in

Re: Is there an extension point for listening to login events

2014-06-10 Thread Surya Gaddipati
Yes. SecurityListener. Danke. Exactly what I was after. On Monday, June 9, 2014 11:44:38 AM UTC-5, Surya Gaddipati wrote: I would like to implement an housekeeping method on user when he/she logs in. Is there a extension point I can use to listen to to login events? -- You received

Re: DotCi - plugin hosting request

2014-06-10 Thread Jesse Glick
On Tue, Jun 10, 2014 at 11:27 AM, Surya Gaddipati suryapraka...@gmail.com wrote: 'my pull requests view' is a query to mongodb on pusher field and doesn't involve traversing all the builds in memory. Exactly, we need to be able to able to write various specialized views (or remote API

Re: DotCi - plugin hosting request

2014-06-10 Thread Surya Gaddipati
Oh It would be nice to store build logs in mongdb too ( i had a working prototype at some point but it was buggy). This would allow scaling jenkins and deployment on platforms like Heroku, which I think would be a great win for Jenkins. On Tuesday, May 20, 2014 11:36:30 AM UTC-5, Surya

Permission denied pushing plugin to GitHub

2014-06-10 Thread Randy Coulman
Hello, I'm trying to push a new version of the visualworks-store-plugin to GitHub and getting a permission denied error. The repository is https://github.com/jenkinsci/visualworks-store-plugin and my GitHub user name is randycoulman. This is the first time I've tried pushing to GitHub since the

Re: DotCi - plugin hosting request

2014-06-10 Thread Jesse Glick
On Tue, Jun 10, 2014 at 12:16 PM, Surya Gaddipati suryapraka...@gmail.com wrote: It would be nice to store build logs in mong[o]db too Well I think the existing ${Run.rootDir}/log works well enough, since you do not need to index the contents, just stream it on demand. -- You received this

New Plugin request change-assembly-version-plugin

2014-06-10 Thread lkobus
Hi, I made a new plugin for .Net in Jenkins. The plugin change the version of AssemblyInfo.cs from .Net Projects. I have searched and don't find anything like this, so I made a plugin for change default assemblyversion files. I want to share my plugin with Jenkins community and like I read in

Re: Permission denied pushing plugin to GitHub

2014-06-10 Thread Jesse Glick
On Tue, Jun 10, 2014 at 12:36 PM, Randy Coulman rcoul...@gmail.com wrote: I'm trying to push a new version of the visualworks-store-plugin to GitHub and getting a permission denied error. Try again; there was a GH outage. -- You received this message because you are subscribed to the Google

Re: Why doesn't copying an hpi file to JENKINS_HOME/plugins/ work?

2014-06-10 Thread Richard Bywater
FYI if you don't have Java installed on the machine that is wanting to make the call to add the plugin, you can do it via the SSH mechanism too. See https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH Richard. On Wed, Jun 11, 2014 at 3:07 PM, Code ekkapo...@gmail.com wrote: I changed to