-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(artifacts): fixes multiple http base providers #2820
fix(artifacts): fixes multiple http base providers #2820
Conversation
here's the error message that i saw:
|
08effcb
to
17a0959
Compare
we'll want to pull this into 1.8.x as well. |
@@ -53,7 +53,6 @@ BitbucketArtifactProviderProperties bitbucketArtifactProviderProperties() { | |||
@Autowired | |||
ArtifactCredentialsRepository artifactCredentialsRepository; | |||
|
|||
@Autowired | |||
OkHttpClient bitbucketOkHttpClient; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think these fields are needed anymore, right? Across all of the ArtifactConfiguration classes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, i see! i'll pull them out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
when enabling multiple http based artifact providers (http + gitlab + github) clouddriver filed to start stating that multiple beans were found.
17a0959
to
4a53d4c
Compare
when enabling multiple http based artifact providers (http + gitlab + github) clouddriver filed to start stating that multiple beans were found.
when enabling multiple http based artifact providers (http + gitlab +
github) clouddriver filed to start stating that multiple beans were
found.