Spinnaker Stage Manual Judgment

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Waits for user approval before continuing.

Upon execution, the decision is preserved in the pipeline status as stages[...].judgmentInput and can be retrieved with the following expression:



${ execution.stages.?[ name == 'Rollback Decision' ][0].judgementInput }

For more details, see:

Pipeline SpEL Expressions | The Judgment Value set by a Manual Judgment Stage