You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(jenkins): fix the issue of Retrofit2EncodeCorrectionInterceptor g…
…etting added to Jenkins retrofit1 client (#1324)
* test(jenkins): add a test to demonstrate the issue of Retrofit2EncodeCorrectionInterceptor getting added to retrofit1 client of JenkinsClient
* fix(jenkins): fix the issue of Retrofit2EncodeCorrectionInterceptor getting added to retrofit1 client of JenkinsClient.
More details on this issue:
spinnaker/spinnaker#7059
* fix(jenkins): address review comments
* test(jenkins): Convert JenkinsClientSpec groovy test to java