You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Jenkins updated the security framework to spring (since version 2.266), the POST URL is different now
Before: "URL + '/j_acegi_security_check'"
Now: "URL + '/j_spring_security_check'"
The login parameters are still the same "j_username" and "j_password"
I have verified this works on the latest version 2.266
https://www.jenkins.io/changelog/
0 commit comments