Skip to main content
Version: Release SaaS

Variable Usage Examples

This topic provides examples of how to create and use release variables in Digital.ai Release. Variables let you define dynamic values that can be reused across tasks, templates, and releases. This makes your release process more flexible, consistent, and easier to maintain.

Overview of Variable Types

Digital.ai Release supports only:

For more information, see Variables in Release.


Release Variables

Release variables offer the most flexibility. Use them for values that change between releases (e.g., version numbers, build identifiers, or release notes).

Example: Creating a Release Variable

To create a release variable:

  1. Open the target release or template.
  2. Under the CONFIGURATION tab, select Variables.
  3. Click New variable.
  4. Enter the Variable name, such as releaseVersion, and Value, such as 25.3.0.
  5. Click Create.

You can also define release variables inline while editing a task by using ${releaseVersion}.

Release variable UI

Using a Release Variable

This variable is scoped to a single release or template and is used with ${releaseVersion}.

Example: A task title:

Current Version: ${releaseVersion}

Release variable example

Release replaces the placeholder with the actual value during execution.
For more details, see Release Variables.