gradle-enterprise-build-validation-scripts icon indicating copy to clipboard operation
gradle-enterprise-build-validation-scripts copied to clipboard

Executable scripts to assist in validating that your Gradle and Maven builds are in an optimal state in terms of maximizing work avoidance when using Develocity.

Results 46 gradle-enterprise-build-validation-scripts issues
Sort by recently updated
recently updated
newest added

The short link `https://gradle.com/bvs` redirects to `https://github.com/gradle/gradle-enterprise-build-validation-scripts/blob/`. We should always use the short form where possible. Here are all the places where it is referenced: https://github.com/search?q=repo%3Agradle%2Fgradle-enterprise-build-validation-scripts+%22https%3A%2F%2Fgithub.com%2Fgradle%2Fgradle-enterprise-build-validation-scripts%2Fblob%22&type=code

When the API calls fail due to an untrusted certificate, the error message implies it is related to authentication. The user may then follow the steps outlined in [Authenticating with...

Currently a version of the Develocity Maven extension is bundled with the Build Validation Scripts Maven distribution with no option to use a different version. This could be made configurable...

Under certain conditions (e.g. a lot of data, CPU load on Develocity server), uploaded build scans can take a while to fully process. During the last step "Merge build results",...

Given a build not already configured with Develocity **_and_** a Develocity server with an untrusted certificate, then there is no way to run an experiment successfully without first modifying the...

The Build Validation Scripts utilize ANSI escape codes in the summary section in order to render text with color in terminals that support it. While this is visually pleasant and...

When analyzing the results of an experiment, it can be easy to get lost in a build scan and not be sure whether it was the first or second build...

This PR adds the system property `-Dpts.enabled=false` to build invocations in order to disable PTS. The displayed invocation commands have also been updated to include the system property. ![image](https://github.com/gradle/gradle-enterprise-build-validation-scripts/assets/5797900/858037f9-2438-4294-84d2-a53aacd2d7b1) ℹ️...

When PTS is enabled, test tasks/goals will only store their results in the build cache if build caching is enabled, all tests are selected for execution, and the task/goal was...