Re: Generate API Token does not display token to user.

2019-08-30 Thread Philip Mason
> > Identified a problem with the Permissive Script Security plugin version 0.5. > > This was the cause of the problem. Rolling back the plugin to version 0.3 solved the issue. - - - Philip -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: Generate API Token does not display token to user.

2019-08-29 Thread Philip Mason
> > Hi Mark, No proxy involved at any level ... Standard Chrome browser. But I've just discovered there's a potential problem writing to the user config files. hudson.model.User.save is hitting NPEs in the Cloudbees example token generation script, as well as occasionally when I re-login

Re: Generate API Token does not display token to user.

2019-08-29 Thread Mark Waite
That is quite unexpected. I just used Jenkins 2.176.3 with Google Chrome and confirmed that a token is generated as expected. In my case, I am connecting to Jenkins over SSL from the public internet, with the SSL certificate handled by LetsEncrypt and the reverse proxy by nginx. Can you

Generate API Token does not display token to user.

2019-08-29 Thread Philip Mason
Hi Jenkins folks. Running LTS 2.176.3. I find that "Add New Token" in the user configuration page isn't working. "Generate" button creates token, but it is never displayed to the user. Have to refresh the page to see that the token was created. The Script Console suggestion from Cloudbees to