@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
6 lines (3 loc) • 303 B
text/typescript
export const MANUAL_JUDGEMENT_WHEN_OPTIONS = ['manualJudgment', 'manualJudgmentContinue', 'manualJudgmentStop'];
export const PIPELINE_WHEN_OPTIONS = ['pipeline.starting', 'pipeline.complete', 'pipeline.failed'];
export const STAGE_WHEN_OPTIONS = ['stage.starting', 'stage.complete', 'stage.failed'];