On Tue, Oct 24, 2017 at 1:23 PM, Shaun Thompson <[email protected]> wrote: > By logged in user, I'm referring to the user that initiated the plugin > installation.
There is no information available to that effect, if such a concept were even reliably meaningful, which it is not. Clearly anyone able to install a plugin can do whatever they like—they must be an administrator. So if your plugin wishes to create a job during installation (again, a bad idea as a rule), just do so. You should be running as `SYSTEM`, which can do anything. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0c6gy19LuiN%2BOWiEAoNAeP369VMYM6at7dtD4um3dO%2Bg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
