-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
I am using LDAP with jenkins. Suppose user A creates a pipeline using blue ocean with ssh. And register public SSH key generated by blue ocean with Git server.
Now when user A leaves his job, his account is not available in git server, so we must modify the git repository credentials in the pipeline that he created.
Under the user A credential page in jenkins, I can see this credential, it store to `User:A`. Click on the name of this credential to update, delete, move. But update can only update the contents of the key, move can only move to other domains. So I have to delete this pipeline to recreate.