You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 build to allow publishing build scans to an untrusted Develocity server.
The ssl.allowUntrustedServer property in network.settingsonly configures the API call to allow making calls to an untrusted server, but not build scan publication itself. Therefore, the -e / --enable-gradle-enterprise option can only be used in cases where the Develocity server is already using a trusted certificate.
The text was updated successfully, but these errors were encountered:
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 build to allow publishing build scans to an untrusted Develocity server.
The
ssl.allowUntrustedServer
property innetwork.settings
only configures the API call to allow making calls to an untrusted server, but not build scan publication itself. Therefore, the-e
/--enable-gradle-enterprise
option can only be used in cases where the Develocity server is already using a trusted certificate.The text was updated successfully, but these errors were encountered: