Commit Graph
6 Commits
Author SHA1 Message Date
Eric HaagandGitHub c1bdc4d73b Ignore SSL certificate validation when fetching Develocity short-lived access token if develocity-allow-untrusted-server is enabled (#575)
The request for a short lived access token fails if the server
certificate is self signed and `develocity-allow-untrusted-server` is
set to true.

I wasn't sure how to write a test for this since nock does not seem to
support mocking a ssl error response.
2025-03-13 09:54:21 -05:00
Eric Haag ceec906aa9 Reorder function arguments alphabetically 2025-03-13 08:44:52 -05:00
Eric Haag 34dcae18f8 Add develocityAllowUntrustedServer as ShortLivedTokenClient constructor argument 2025-03-12 14:13:49 -05:00
Eric HaagandGitHub 4504a95ca5 Scope captured build failures (#574)
Scopes the captured build failures to only `RUN_WORK` and
`CONFIGURE_PROJECT`.
2025-03-04 10:29:20 -06:00
Eric Haag 7e34bc6983 Scope captured build failures
Scopes the captured build failures to only RUN_WORK and
CONFIGURE_PROJECT.
2025-03-04 08:23:26 -06:00
Eric HaagandGitHub 2cd2a6e951 Fix grammar in docs 2024-06-20 07:58:28 -05:00