Re: Request hosting github

2012-11-08 Thread nicolas de loof
should be fixed now see https://github.com/organizations/jenkinsci/teams/278682 2012/11/8 Janario janarioli...@gmail.com Thanks. But as I saw I couldn't do any commit in the fork(new repository). It also doesn't show in the repositories list after I change to jenkinsci organization It

Re: Script console should not have RUN_SCRIPTS permission

2012-11-08 Thread lvoty...@redhat.com
I do not think so (if I understand a code correctly) https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/model/Jenkins.java#L3886 https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/security/Permission.java#L102

Re: Script console should not have RUN_SCRIPTS permission

2012-11-08 Thread lvoty...@redhat.com
If I understand aforementioned code, RUN_SCRIPTS is lesser permission than ADMINISTER - if user has permission ADMINISTER, he has permission RUN_SCRIPTS too. But with Script console under RUN_SCRIPT permission there is no difference between those permissions - if you has RUN_SCRIPTS permission

Global/Project configuration for Ruby plugin

2012-11-08 Thread elVanja
Does anybody know of an example of a Ruby plugin that has some global and/or project level configuration? I'd like to place some configuration parameters into the global/main Jenkins configuration (e.g. in a separate section), and also some others on the job configuration page. I already have

Re: Script console should not have RUN_SCRIPTS permission

2012-11-08 Thread Jesse Glick
On 11/08/2012 05:29 AM, nicolas de loof wrote: you can set up security to distinguish ADMINISTER and RUN_SCRIPT …by implementing a custom authorization plugin which specifically does not follow the impliedBy link in the case of RUN_SCRIPTS, granting this permission only to site

Moving Plugins to github

2012-11-08 Thread Thomas Fürer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi admins, Would someone by so kind and help me with moving my plugins from svn to github? thinbackup (https://svn.jenkins-ci.org/trunk/hudson/plugins/thinBackup/) owner at github: tofuatgit, alienllama silktestsuite

Single email notification from a muti-configuration project

2012-11-08 Thread Chaitanya Jandhyala
We currently use email-ext plugin for enabling email notifications on builds. We see that the users are receiving mutiple notifications if the project is configured as a muti-configuration project. Is there a way to send a single email instead. Jenkins version1.404 Email-ext version 2.14