UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

12 lines (10 loc) 285 B
import { INotification } from '@spinnaker/core'; export const mockPipelineNotification: INotification = { level: 'pipline', type: 'slack', when: ['pipeline.complete', 'pipeline.failed'], message: { 'pipeline.complete': 'Complete', 'pipeline.failed': 'Failed', }, };