Help Contact


Configure the support information displayed to users during system errors.

Configure via the User Interface

To enable and configure help contact information in the Develocity UI:

  1. Log in to Develocity as a user with Administrator permissions.

  2. Navigate to Administration  Help contact.

  3. Complete the contact information fields.

  4. Click Save to store the settings, then click Apply and restart in the upper-right corner to activate them.

Applying the configuration updates the system services and may take several minutes to complete.

Help Contact Configuration in Develocity UI
Help Contact Configuration in Develocity UI

Configuration Fields

Setting Description

Display Name

The name that will appear as the contact for help and support.

Email address

The primary recipient for all help and support inquiries.

We encourage you to back up your configuration settings regularly to prevent data loss.
You can export settings via the Administration menu by selecting Administration  Import/Export  Export.

Configure via Unattended Configuration

If you are managing Develocity using a GitOps or automated workflow, you can define the global settings using Unattended Configuration. Depending on your deployment strategy, you can provide these settings either as Integrated configuration within your values.yaml or as a Standalone configuration file.

version: 15
helpContact:
  email: contact@acme.org (1)
  name: ACME (2)
1 The primary recipient for all help and support inquiries.
2 The name that will appear as the contact for help and support.

Deployment Templates

Download the appropriate YAML template to begin your infrastructure configuration.

For Develocity versions 2025.3 and prior, see the 2025.2 Administration Guide or the 2025.3 Administration Manual.

Cluster Deployment

Example template for cluster orchestration.
gradle-enterprise-config-schema-15.yaml SHA256 ASC ASC SHA256

Standalone Deployment

Example template for standalone setup.
gradle-standalone-config-schema-15.yaml | SHA256 | ASC | ASC SHA256

Pre-deployment Checklist

  • Backup: Export your current settings via Administration  Import/export before applying changes.

  • Deployment: After updating your values.yaml, re-deploy using Helm.

  • Impact: This triggers service restarts and may take several minutes to complete.

See Unattended Configuration for details.