Brian Saville

Results 15 issues of Brian Saville

I finally tracked this down to the font-family used on the editor. Removing the font-family applied from [our light blue theme](https://cdn.jsdelivr.net/gh/afonsof/jenkins-material-theme@gh-pages/dist/material-light-blue.css) results in the editor working again. The custom font...

Rawgit is gone, long live rawgit

Release into jcenter (?) as an official plugin using the new process. This may mean that we don't need to publish to maven central.

Setting the project properties is not really valid for travis CI, and I can't seem to find a workaround for it (even setting them in build.gradle). I need to re-release...

**Description** When using the Vault module default session `token_backend` and creating tokens with unlimited uses (0), the token is never used more than once. This occurs due to the fact...

Bug
needs-triage
Vault

Currently we are managing secrets across 2 different vault instances and 2 different namespaces. That makes a lot of logging out and logging back in continually with the other namespace...

This adds support for separating job policies as described in #214. This is inspired by the [Salt integration](https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.vault.html) and their usage of per-minion policies. The vault plugin may be configured...

### What feature do you want to see added? We run a somewhat large Jenkins cluster with 1k+ jobs configured on it. We currently use token auth, but would like...

enhancement

This bit me recently when channels were closed unexpectedly due to long running message retrieval on an API where client connections were closed suddenly. This apparently put the channels in...

**Is your feature request related to a problem? Please describe.** First of all, fantastic work on this project. This tool has made our work with kubernetes so much easier, so...

enhancement