Add Comments to a Task
In the Release GUI, you can add comments to any type of task in a template or release.
In the Release GUI, you can add comments to any type of task in a template or release.
This topic provides information on additional helper functions available in Jython Script tasks and Python scripts for plugin tasks, complementing the Jython API.
This topic describes various methods to automate functionality in Digital.ai Release.
A Jython Script task contains a Jython script that is executed on the Release server. This is an automated task that completes when the script finishes successfully.
You can extend Release by creating new endpoints backed by Jython scripts. You can use this feature, for example, to integrate with other systems.
An External Script task points to a Jython or Groovy script that will be executed on the Release server. This is an automated task that completes automatically when the script finishes successfully. The task detects the language of the script by the file name extension.
This topic demonstrates how to use a Jython Script task in Release to extract a value from a key-value map release variable and store it in another variable.
This topic covers the use of Groovy Script tasks in Release, detailing how to write and execute Groovy scripts on the Release server.
To use the Release REST API, you need to know the unique identifiers for templates, releases, phases and tasks. This topic explains where you can find them.
This topic covers Remote Script tasks in Digital.ai Release, which use the Overthere framework to execute commands on remote hosts. The Overthere framework is a Java library designed for managing files and processes on remote systems.
The execution flow can be controlled by setting a precondition on a task.
This topic covers SSL options for HttpRequest, which are settings that enable secure communication between clients and servers.
This topic explains how to test and refine automated tasks such as scripts, webhooks, or custom tasks in Release.
This page describes common API errors and their solutions.
Release prevents the improper usage of passwords by allowing password type variables to be used only in password fields.
Release has an API that you can use to manipulate releases and tasks.