Trying to migrate Jenkins to a new better managed k8s cluster, I’ve successfully migrated the jenkins_home volume to my test cluster and can see the existing jobs, however I notice that the Configure Global Security section is blank.
Is there any way to migrate this data to a new Jenkins instance too?
Are there any other things I may have missed that are not stored in the Jenkins_home directory?
Maybe you have a CasC enabled that overwrites the security settings
Do you run on kubernetes with a helm chart maybe that configures something?
It should be sufficient to copy the complete JENKINS_HOME
Thanks Markus, that’s the conclusion I have come to this afternoon. Still trying to work out how to turn off the overwriting, but I think that’s the right direction!