01-29-2020 11:12 PM
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
02-02-2020 09:00 PM
Any Updates here,
Thanks,
Anilv
03-06-2020 07:58 AM
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