Flemming Steffensen
Flemming Steffensen
@jan-molak Any chance to see @pxpgraphics PR merged any time soon? Or for an alternative method to set the defaults?
Hi @jimklimov, Thank you for your investigations and findings. Not least the comments on issue [#73](https://github.com/jenkinsci/lockable-resources-plugin/issues/73) which seems really interesting. I'll see if I can find time to work in...
@jimklimov To access the build-parameters passed to the job, you can use: `import hudson.model.*` `def JobParameter = System.getenv("YOUR_PARAMETER_PASSED_TO_THE_SCRIPT")` I tested your hypothesis, by dumping all variables available to the Groovy...
Hi again @jimklimov, Sorry for my late delay. It's great that your PR is merged, but I wonder when it will be released in the plugin? About my further elaborations,...
I just spend a few hours making it work with Traefik as Reverse Proxy, using [this version](https://github.com/jordemort/traefik-forward-auth) of traefik-forward-auth as middleware. This results in the X-Forwarded-User header either containing the...