-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fetching Build Scan data for all builds dumps 404 error pages in logs #777
Comments
Hi, @SimonMarquis. Thanks for taking the time to file this issue. The Develocity Build Validation Scripts are not intended to be used with |
Hi @SimonMarquis. As you already pointed out, API calls are not allowed to scans.gradle.com, and we don't have any plans to change this. The typical use case for running these in CI is to automatically catch build caching regressions by using the Could you help me understand your use case for running the Develocity Build Validation Scripts? Is it to catch build caching regressions? |
Yes, exactly. If this is not planned or if you find this would need to support too many edge cases, then I'll be fine closing this issue. |
When using the default Gradle Scans endpoint, API calls are not allowed.
Leading to 404 errors when the scripts are trying to fetch all the build scan data.
Here is an example: https://github.com/SimonMarquis/SealedObjectInstances/actions/runs/12433888640/job/34716406872?pr=313#step:5:452
Unfortunately, the whole HTML page is then dumped to the logs.
Is this on purpose? If not, can we prevent to dump this useless content to the logs?
Thanks
The text was updated successfully, but these errors were encountered: