Eric Haag

Results 37 issues of Eric Haag

Bamboo offers a feature called [repository caching](https://confluence.atlassian.com/bamkb/how-stored-git-caches-speed-up-builds-690848923.html). This causes the value of the `Git repository` custom value to be a local file directory. Bamboo offers a way to obtain the...

`failIfNotFullyCacheable: true` should be the default behavior and `failIfNotFullyCacheable: false` should be the exception. If a user forgets to configure `failIfNotFullyCacheable: true` they will have a false sense of security...

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...

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...

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...

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...