cancel
Showing results for 
Search instead for 
Did you mean: 

Pipeline failed Notification

anilv
New Contributor II

Hi all,

When pipelines failed While execution with NORMAL completion,
Notifications are there present workaround,
From that Notifications,How to identify the snap which caused pipeline errors.

Please help me on this issue,

Thanks,
Anil

2 REPLIES 2

anilv
New Contributor II

Any Updates here,

Thanks,
Anilv

SpiroTaleski
Valued Contributor

Hi @anilv ,

You can create an Error Pipeline that will catch the errors from the main Pipeline. All the errors should contain details about the snap that cause the error(“snap_details” object, containing name of the snap, instanceId, classId, build_tag, views etc.). Using the Error Pipeline you can get these information’s, transform if is needed and send as an email message.

Regards,
Spiro