James Bourne
James Bourne
I've taken a look at this and currently I think we would need to include half of Axios's `helpers` dir in this repo. The most complex function used is https://github.com/axios/axios/blob/v1.x/lib/helpers/buildURL.js...
Great news, thanks for sharing @tusbar! I’ll take a look at getting a PR ready using the newly exposed helpers.
Thanks for the suggestions all, especially @florianbepunkt! `client.getUri` works nicely. I've pushed to https://github.com/jamesmbourne/aws4-axios/pull/835 and all the tests were passing. I just need to update the docs and then we...
I'm on TeamCity 10.0.2 with v1.4.6 of the plugin and experiencing the same issue. We're receiving 1 build start notficiation, but then 2 success/failure notifications.
@timotyweis I've just changed that configuration for my projects and this has resolved the issue for me. I now only recieve one notification per build completion. Thanks! 👍