Re: New plugin

2012-10-05 Thread Olivier Lamy
Done. I have just changed the name to match our current naming convention: https://github.com/jenkinsci/whitesource-plugin 2012/10/5 Edo Shor edo.s...@whitesourcesoftware.com: Hi again guys, We want to have our plugin hosted. please. The github user and repo is

Query on Jenkins version - Jenkins ver. 1.427

2012-10-05 Thread Manjunath D G
Hi All, I have quick Query on Jenkins version - *Jenkins ver. 1.427*http://jenkins-ci.org/which I’m using at my origination. Want to know if we have a feasibility of add groups and enable permissions to groups like what we have in BuildForge? We would like to restrict normal users from

Re: Query on Jenkins version - Jenkins ver. 1.427

2012-10-05 Thread Stephen Connolly
[CloudBees hat] You might be after the RBAC plugin available in Jenkins Enterprise and described at http://jenkins-enterprise.cloudbees.com/docs/user-guide-bundle/rbac.html It allows defining groups local to jenkins and even local to specific folders within jenkins. Additionally roles can be

RE: Jenkins security setup and plugin responsibility

2012-10-05 Thread Sandell, Robert
In short it is up to each plugin to determine what or if it should be secured, define its own permissions or use existing etc. But something like displaying source code is something that several plugins do. I suggest we introduce an overall Source code read permission in core and then kindly

Re: New Plugin for Thucydides Web Test Reports

2012-10-05 Thread Olivier Lamy
Done https://github.com/jenkinsci/thucydides-plugin Have Fun ! 2012/10/5 Harald Wellmann hwellmann...@gmail.com: There is a new plugin for archiving and displaying Thucydides Web Test [1] reports: https://github.com/hwellmann/thucydides-plugin Could you please fork this to jenkinsci and add

Re: Does UrlChangeTrigger plugin works with HTTPS?

2012-10-05 Thread kaizers
Hi Kohsuke, So my server is using a self signed certificate. How can I include it so the Jenkins/plugin recognizes it? Thanks! -- View this message in context: http://jenkins.361315.n4.nabble.com/Does-UrlChangeTrigger-plugin-works-with-HTTPS-tp389238p4642270.html Sent from the Jenkins dev

Re: New Plugin for Thucydides Web Test Reports

2012-10-05 Thread Harald Wellmann
Thanks! I'm now a member of jenkinsci, but I can't push to my plugin repository. Is this intentional, i.e. do I have to work with pull requests, or is it just a missing permission setting...? Best regards, Harald 2012/10/5 Olivier Lamy oliver.l...@gmail.com: Done

URI of all.git repository?

2012-10-05 Thread Max Spring
What's the URI of the all.git Git repository containing all plugins which Kohsuke mentioned in his keynote at the Jenkins User Conference? Thanks! -Max

Re: URI of all.git repository?

2012-10-05 Thread Jesse Glick
On 10/05/2012 04:44 PM, Max Spring wrote: What's the URI of the all.git Git repository containing all plugins http://git.jenkins-ci.org/all.git

Re: Calling a url using groovy (scriptler)

2012-10-05 Thread domi
Hi, I just had a go on this and it works fine for me - in fact it took the whole HTML of the called page and rendered it as embedded HTML this was also a feature request: https://issues.jenkins-ci.org/browse/JENKINS-10839 regards Domi On 04.10.2012, at 00:17, Aravindhan S