Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input Name

Input Code

Required

Description

Azure DevOps Release Definition Id

FDAZ_DEVOPS_INP_RELEASE_DEFINITION_ID

Yes

The ID of the Release Definition.

Azure DevOps Release Artifacts Payload

FDAZ_DEVOPS_INP_ARTIFACTS_PAYLOAD

No

Provide Artifacts Metadata JSON payload of the Package to be deployed.

Check for Release Status

FDAZ_DEVOPS_INP_RELEASE_STATUS_CHECK

No

Check for the Release Status. Defaults to false.

Azure DevOps Release Manual Environments

FDAZ_DEVOPS_INP_MANUAL_ENVIRONMENTS

No

Provide comma separated list of environments e.g. DEV,QA etc.

Azure DevOps Release Properties List

FDAZ_DEVOPS_INP_PROPERTIES

No

Provide properties collection JSON payload.

Azure DevOps Project Name

FDAZ_DEVOPS_INP_PROJECT_NAME

Yes

The Name of the Project.

Azure DevOps Release Variables List

FDAZ_DEVOPS_INP_VARIABLES_LIST

No

Provide variables JSON payload or double hash (##) separated variable key-value pairs of variable-group. e.g. var1:value1##var2:value2.

Consider environments with the status partiallySucceeded as succeeded

FDAZ_DEVOPS_INP_PARTIALLY_SUCCEEDED_ENVIRONMENTS

No

Provide the environments allowed as succeeded for a partially succeeded status. Use commas to separate multiple environments (e.g: DEV, QA). Use ALL to denote all the environments. Note: This is only applicable when 'Check for Release Status' is selected.

Outputs

Output Name

Description

FDAZ_DEVOPS_OUT_RESP

POST request REST API response.

FDAZ_DEVOPS_OUT_RELEASE_WEB_URL

The Release Web URL to navigate to the Azure DevOps Create Release Flow.

FDAZ_DEVOPS_OUT_REL_ENV_STAGE_DETAILS

JSON Payload of Release Environment Stage Details. (e.g. [{“id”:123,”name”:”DEV”}]

FDAZ_DEVOPS_OUT_RELEASE_ID

The ID of the Release in Azure DevOps.

...