Why no access restriction for People view

2013-11-28 Thread Ikedam
Hello. Any users with Overall.READ privilege can access People view and see all users registered to Jenkins. Is there any reason for this feature? Generally a list of users should not be open as reported in https://issues.jenkins-ci.org/browse/JENKINS-18884 . Let me know supposed issues

Re: NoClassDefFoundError: com/google/common/cache/CacheBuilder

2013-11-28 Thread Adrien Lecharpentier
(old topic but same issue, sorry) Hi, I have the same error with a new plugin, for which I wanted to use guava 15.0. I understand you cannot embedded guava in core but maybe for the next jenkins' plugins parent pom we should use a dependencyManagement/ for both com.google.guava:guava and

Introducing Jenkins Config Cloner utility

2013-11-28 Thread ogondza
Hi, I would like to introduce this little command line tool I use to move jobs around between different Jenkins instances. I find this useful when reproducing reported defects in testing environment and I plan to use this for larger migration of jobs and views. Tool identifies configured

filtering queue/executors by View

2013-11-28 Thread Yoichi Nakayama
Hello developers, I’ve filed 2 pull requests on filtering queue/executors by View. Could you look at them? - filter queue/executors correctly via ajax https://github.com/jenkinsci/jenkins/pull/1011 - Filtering build queue/executors respecting inner items of Folder and Nested View