Skip to main content

8 docs tagged with "jython"

View all tags

Create a Jython Script Task

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.

Declare Custom REST Endpoints

You can extend Release by creating new endpoints backed by Jython scripts. You can use this feature, for example, to integrate with other systems.

Extend the Release User Interface

You can extend Release by creating new endpoints backed by Jython scripts and new UI screens that use them. Each extension must be packaged in a jar archive and saved in the plugins folder of the Release server.

Get a Value From a Map Variable

To get a value from a release variable of type key-value map and use the value in a text field, add a Jython Script task that gets the value and stores it in another variable.

Set a Precondition on a Task

The execution flow can be controlled by setting a precondition on a task. A precondition is an if statement for tasks, written in Jython script code.