Skip to main content

6 docs tagged with "custom task"

View all tags

Create Custom Task Types

Digital.ai Release allows you to extend its functionality by creating custom task types that seamlessly integrate with the release flow. Custom tasks are defined using a special XML configuration file called synthetic.xml and implemented using Python scripts. This powerful combination enables you to integrate with third-party tools, automate complex workflows, and create organization-specific tasks that appear natively in the Release user interface.

Share Global Variables With Configuration Objects

This topic explains how to define configuration objects in Release to store and manage settings used across multiple tasks. Examples include storing connection information for Jenkins, JIRA servers, or remote hosts for script execution.

SSL Options for HttpRequest

This topic covers SSL options for HttpRequest, which are settings that enable secure communication between clients and servers.

Use Scheduling in Scripts

A scheduled script can be used within a custom task script to check for the availability of a resource or to do something when conditions are satisfied, see Create custom task types.

Webhook event tasks

Webhook event tasks are extensible automated tasks that wait for events from both webhooks endpoints and deployment provider webhook sources, and complete when the incoming event matches the specified condition.