Hosting Request for Selenium Builder plugin

2013-02-23 Thread Ross Rowe
Hi, can I please request the following plugin be hosted within the Jenkins github: https://github.com/rossrowe/selenium-builder-plugin - Allows invocation of Selenium Builder JSON scripts Both my github and Jenkins Jira user id is rossrowe. Cheers, Ross -- You received this message because

Hosting request: visualworks-store-plugin

2013-02-23 Thread Randy Coulman
I'd like to request hosting for a new plugin for Cincom Visualworks Smalltalk Store. The plugin is currently hosted on GitHub at: https://github.com/randycoulman/visualworks-store-plugin.git My GitHub and jenkins-ci.org id's are both randycoulman. Thanks! Randy -- Randy Coulman Email: rcoul...

Re: Commit Access for plugin

2013-02-23 Thread Brian
https://github.com/btelintelo/joeyvotto-plugin On Saturday, February 23, 2013 11:22:23 AM UTC-5, R Tyler Croy wrote: > > > On Sat, 23 Feb 2013, Brian wrote: > > > I would like commit access for my plugin. > > > Without knowing what plugin is "my plugin", I'm not sure we can do > anything. > >

Re: Proper way to do permission checks

2013-02-23 Thread JoelJ
Ok, I found this (https://wiki.jenkins-ci.org/display/JENKINS/Making+your+plugin+behave+in+secured+Jenkins) right after I posted here (naturally). So I changed my check to look like this: private boolean userHasPermission(Permission permission) { ACL acl = Jenkins.getInstance().getACL(); retur

Proper way to do permission checks

2013-02-23 Thread JoelJ
After searching around on Google and asking in IRC (it's saturday, I wasn't really expecting much activity ;) ), I've decided I should ask here. What's the proper way to check if a user has permissions to do something? Here's what I have: if(currentUser.hasPermission(Permission.DELETE)) { //pr

Re: Experimenting with building an alternative Jenkins UI

2013-02-23 Thread Kohsuke Kawaguchi
Thanks for your thoughts. I actually think the abstraction behind how we expose data via JSON is fundamentally sane --- it's basically the same object graph that the server has, I think the problem you are seeing is that the default behavior of "traverse this graph depth-first to the depth 1" isn

Re: Commit Access for plugin

2013-02-23 Thread R. Tyler Croy
On Sat, 23 Feb 2013, Brian wrote: > I would like commit access for my plugin. Without knowing what plugin is "my plugin", I'm not sure we can do anything. What plugin are you talking about? - R. Tyler Croy -- Code: https://github.com/rtyler Chatter: ht

Commit Access for plugin

2013-02-23 Thread Brian
I would like commit access for my plugin. user: btelintelo -- 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

Experimenting with building an alternative Jenkins UI

2013-02-23 Thread R. Tyler Croy
At the FOSDEM Developer Meetup, I suggested that building a better UI on top of Jenkins would likely be easiest by ripping the UI out of the Java layer and going the more common API + JavaScript application approach which is commonly used for web applications today. I spent some time experimentin

Re: Weblogic plugin question

2013-02-23 Thread RCR
Hi Thibault, Loonie said me the 1.4 version has fixed his issue. Can you send me the job log?   Did you try to leave "Repertoire où trouver la ressource à deployer" blank. By default the plugin lookups for job workspace.   Regards,   > Message du 22/02/13 15:18 > De : "tduchateau" > A : jenkins