Jenkins setup: GCE Test VM, Rocky Linux 8.10, openjdk version “21.0.12”, Jenkins 2.541.3 installed , JENKINS_HOME /app/jenkins, restored from 2.516.3 backup, Security settings: Realm: Jenkin’s own user database, Authorization: Project-based Matrix Authorization Strategy, httpd reverse proxy, http access only as it is an internal network
Prior to installing 2.541.3:
Updated all plugins via jenkins-plugin-manager-2.14.0,
java -jar jenkins-plugin-manager-2.14.0.jar --war /usr/share/java/jenkins.war --latest false --jenkins-version 2.541.3 --clean-download-directory --plugin-file ./plugins-srt.txt --plugin-download-directory /app/jenkins/plugins
Steps:
- Installed 2.516.3 and restored /app/jenkins, started by systemctl
- Logged in with admin successful
- Installed 2.541.3, started by systemctl
- Login with admin fails with jenkins/j_spring_security_check
- Registering a new user test is successful
- Attempting to login again fails with: jenkins/j_spring_security_check
Thoughts on where the issue might be?