After a migration from a centos to a ubuntu system we get the error "Cannot find any credentials with id..." for all projects. The jobs run fine, but it is not possible to switch credentials. I can add new one in the job configuration, but they are not select able afterwards.
Update: Transfered jenkins again now everything is fine.
After a migration from a centos to a ubuntu system we get the error "Cannot find any credentials with id..." for all projects. The jobs run fine, but it is not possible to switch credentials. I can add new one in the job configuration, but they are not select able afterwards.
If i configure "Access Control for Builds" under "Global Security", the credentials vanish in the job configuration. If i remove everything under "Access Control for Builds" they reappear.
I think this is referring to KubectlBuildWrapper on freestyle projects, with the authorize-project plugin enabled. You would need to ensure that the user associated with the project has permission to use those credentials. I do not think this area is tested at all. Sounds similar to JENKINS-48437. Is there a particular way to reproduce from scratch, in a fresh Jenkins installation (say using the mock-security-realm plugin)?