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 `availabilityWaitTimeoutSecs` of the API is always configured to be 10 seconds with no way to override it. After this 10 seconds, if there is still no build scan data...

Recently we had a collision on "experiment run id" for three automated experiment runs. We should reconsider how we determine this value. Currently it's computed as the hex representation of...

Currently, the scripts will return a successful error code if the performance characteristics are unavailable (e.g. due to failed or timed out API calls) and when `--fail-if-not-fully-cacheable` is used. This...

We should merge these two files to one common settings file (e.g. `config.properties`/`settings.properties`). This reduces the number of files and provides us with a file to add more generalized configuration...

user-facing

Always `clone` instead of `fetch` when Git options are different from the default (--depth=1).

user-facing

For example, see [here](https://github.com/gradle/gradle-enterprise-build-validation-scripts/blob/5e44950d5a2b8cb1cdee150d9b8053e7cc85fc36/components/scripts/lib/wizard.sh#L108-L127).

user-facing

There may be cases where a user can not resolve artifacts from the Gradle Plugin Portal and must instead rely on an internal artifact repository. Currently, the initialization scripts are...

user-facing

We should consider extracting common user facing text to a single file to reduce duplication. This would help to ensure that the text is consistent and makes updating the text...

refactoring

In automation scenarios where access to the filesystem isn't possible, as is typically the case for ephemeral CIs, there isn't any reason [to make copies of the project](https://github.com/gradle/gradle-enterprise-build-validation-scripts/blob/main/Gradle.md#investigating-file-resources-on-the-local-file-system). This copying...

# Combined PRs ➡️📦⬅️ ✅ The following pull requests have been successfully combined on this PR: - ⚠️ The following PRs were left out due to merge conflicts: - #637...