Forum Discussion
Pinkle
Nov 28, 2022Copper Contributor
How to identify elements that failed uat at least once
I need to know how to identify requirements that have crossed the board column "11. in UAT" at least once and that have been sent back at least once in the columns "07. In Development/OnGoing". I ask because I can't identify those elements that have failed the uat at least once.
Thank you
- SaumilkumarShahBrass ContributorYou can create a multi-stage pipeline environment and set pre-approval and post-approval gates.
- PinkleCopper Contributor
SaumilkumarShah in the absence of this?
- SaumilkumarShahBrass ContributorLogging commands are used to communicate with the agent by tasks and scripts. They cover actions such as adding new variables, failing a step, and uploading artefacts. When troubleshooting a pipeline, logging commands come in handy.
https://learn.microsoft.com/en-us/azure/devops/pipelines/scripts/logging-commands?view=azure-devops&tabs=bash