The Test gate evaluates any tests which were executed within the current pipeline execution for the given stage to determine whether the configured test qualifiers are met. If the qualifiers are met, the execution is passed through the gate. If any of the qualifiers are not met, the stage gate execution is marked as failed, and the pipeline execution fails.
Field | Description |
---|---|
Gate Name | The name of the gate. |
Description | An optional description for the gate. |
Approval Group | The FlexDeploy environment/stage within this pipeline to evaluate test result qualifiers for the current snapshot. |
Precondition | An optional Groovy script which determines whether the gate or step is applicable during execution. The script has access to variables and methods listed in the expression drop-down. The script must return true if the gate/step is applicable, or false otherwise. If no script is provided, the default is to return true (applicable). |