Hi all, https://github.com/jenkinsci/sonar-gerrit-plugin/blob/905786a87ab70b3af130ea718472f05511efd650/src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java#L25 is currently storing some credentials in 2 fields: - String username - Secret password
I'd like to replace those 2 fields with a credentials id from credentials plugin. Is there a best practice for this kind of data migration? What should I do with the old field data? Should I automatically create one credentials instance per legacy username & password in a new readResolve method? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/2d15b855-3a34-4efe-89ae-90410433d133n%40googlegroups.com.
