Subject: Pipeline Storage Performance Work Available For Beta - Want to kick the tires?

2017-12-21 Thread Samuel Van Oort
Subject: Pipeline Storage Performance Work Available For Beta - Want to kick the tires? Hey all, I've just released a set of plugin betas to the Experimental Update Center. They have enhancements to Pipeline which CAN dramatically reduce I/O use and improve performance. Please given them a

Jenkins Hackfest after FOSDEM

2017-12-21 Thread Mark Waite
On 5 Feb 2018, the Monday after FOSDEM ends, the usual suspects of Jenkins contributors will be gathering for a Jenkins Hackfest. If you'd like to join us for a day of development focused on Jenkins, RSVP HERE

Re: [JEP-200 Discussion] - Switch Remoting/XStream blacklist to a whitelist

2017-12-21 Thread Jesse Glick
On Thu, Dec 21, 2017 at 1:38 PM, Oleg Nenashev wrote: > The main purpose of whitelisting for Remoting is to allow particular > communications between agent and master by saying the class is secure to be > sent. Received. And/or loaded from XML files. > For example, Jesse

Re: [JEP-200 Discussion] - Switch Remoting/XStream blacklist to a whitelist

2017-12-21 Thread Oleg Nenashev
While we are doing the JEP review in the pull requests, I would also want to start one topic here. The current JEP-200 design shares the whitelist between Remoting and XStream, and I am a bit aware of that. The main purpose of whitelisting for Remoting is to allow particular communications

Re: Some questions on plugin development

2017-12-21 Thread Ullrich Hafner
> Am 21.12.2017 um 15:40 schrieb Jesse Glick : > > On Wed, Dec 20, 2017 at 4:05 PM, Jesse Glick wrote: >>> Preferrably without >>> some UI, I am trying to keep things simple. >> >> `GlobalConfiguration` Since your plugin is related to the static

Re: Secrets in cloudbees builds of plugins

2017-12-21 Thread Jesse Glick
On Wed, Dec 20, 2017 at 6:36 PM, Radek Antoniuk wrote: > Resurrecting an old thread, Jesse, did anything change? > On the current infra, is there any way to provide securely the token for > coveralls? On ci.jenkins.io? No; only site administrators are given the ability

Re:

2017-12-21 Thread Jesse Glick
On Thu, Dec 21, 2017 at 7:49 AM, Miguelangel Fernandez wrote: > I've written a Jenkins plugin to implement my own authentication mechanism > by extending hudson.security.SecurityRealm. Now I'm trying to create my own > custom "Access Denied" page FWIW I do not recommend

Re: Some questions on plugin development

2017-12-21 Thread Jesse Glick
On Wed, Dec 20, 2017 at 4:05 PM, Jesse Glick wrote: >> Preferrably without >> some UI, I am trying to keep things simple. > > `GlobalConfiguration` BTW https://github.com/jenkinsci/archetypes/blob/master/README.md#usage -- You received this message because you are

Re:

2017-12-21 Thread Daniel Beck
> On 21. Dec 2017, at 13:49, Miguelangel Fernandez > wrote: > > How can I make the static content in my plugin accessible without > authentication? or public? Only specific URLs are allowed to be accessed without Overall/Read permission, and arbitrary resource

[no subject]

2017-12-21 Thread Miguelangel Fernandez
Hi everyone, I've written a Jenkins plugin to implement my own authentication mechanism by extending hudson.security.SecurityRealm. Now I'm trying to create my own custom "Access Denied" page, to display when a user types in the wrong password or simply doesn't have access. To do this, I've