| Oleg Nenashev If you mean that I would still have to manually update the credential id at each use site (e.g., withCredentials in a Jenkinsfile), that is perfectly acceptable. This is just to be able to fix poorly or improperly named secrets without having to track them down out-of-band, or circumvent the redaction and print them to the logs. Like I said, it would be okay if there were simply a way to clone an existing credential using a new credential id. Then I could just delete the original version myself, and the end result is the same as far as I need. |