Steps Variable not avaiable

I’m trying to use the steps variable to check the results of each step

I have a step called “plan” I’m trying to access the status of the plan step by ${{steps.plan.results}} but it’s not working as expected.

I just wanted to know the available options for checking steps status and overall pipeline status to use for notifications.

It is best to open a ticket with us so that our support team can investigate.

Please include the URL of the build that has the issue…

Sorry for the confusion, I was able to get it to work. Is there any other option to check the overall pipeline status without checking individual steps?

Hello @lkravi

Yes you can use workflow.result as described here https://codefresh.io/docs/docs/codefresh-yaml/advanced-workflows/#handling-error-conditions-in-a-pipeline

Thank you @Kostis this is really helpful