Jenkins installed on OCP, fresh installation from scratches. i’m trying to set authentication and setting “security realms” as Active Directory (plugin version 2.40) but, as soon as i apply and refresh the page changes get reverted to “Login with openshift”. Modifying directly the config.xml doesnt work either
Make sure you “reload” jenkins after changes to config.xml and do not use a “restart”, as a restart can cause the config.xml to be rewritten with the in-memory values
Note*
Assuming you are not using the GUI and directly modifying the config.xml
I wasnt aware of the reload function of Jenkins, thanks for let me know about it; didnt work out sadly. I’ve tried from GUI and directly from config.xml, i’ll dwelve deeper into CaC and see if there’s anything wrong on it.