Blank page after login from all browsers from every computer.
It's freshly installed Jenkins. Just after Setup Wizard with Install suggested plugins. Then in wizard dialogue user was created. And after that all attemts to login with this user lead to nothing.
---- *For those who just need to fix it right now:*
You can restart Jenkins with this URL:
http://<jenkins.server>/restart or you can restart host, where Jenkins installed, or restart Jenkins in another way, depending of your installation.
Blank page after login from all browsers from every computer.
It's freshly installed Jenkins. Just after Setup Wizard with Install suggested plugins. Then in wizard dialogue user was created. And after that all attemts to login with this user lead to nothing.
----
*For those who just need fix it right now:*
You can restart Jenkins with this URL:
http://<jenkins.server>/restart or you can restart host, where Jenkins installed, or restart Jenkins in another way, depending of your installation.
Blank page after login from all browsers from every computer.
It's freshly installed Jenkins. Just after Setup Wizard with Install suggested plugins. Then in wizard dialogue user was created. And after that all attemts to login with this user lead to nothing.
----
*For those who just need to fix it right now:*
You can restart Jenkins with this URL:
{code:java} http://<jenkins.server>/restart{code}
or you can restart host, where Jenkins installed, or restart Jenkins in another way, depending of your installation.
but Script Console {code:java} println(Jenkins.get().getSetupWizard().hasSetupWizardFilter());{code} prints _false_ {code:java} println(Jenkins.get().getInstallState().isSetupComplete());{code} prints _true_
# SetupWizardFilter works still do filtering in spite of isSetupComplete() == true # SetupWizardFilter is still in filters list when Setup Wizard is complete - this can indicate general problems with deleting filters # http://<jenkins.server>/setupWizard/ works on every Jenkins, but doesn't give user any information or interface with possible actions
Just encountered this in 2.190.1 and the following script (entered at /script because for some reason we never addressed the "wizard bypass") addressed it: