Forum Discussion
Laurent7777777
Nov 27, 2022Copper Contributor
Job is pending, waiting for approval, then become skipped
I have an Azure pipeline where the last stage needs approval from an authorised person. The pipeline seems to work well, and when this last stage is reached the status is "Job is pending..." as expe...
SaumilkumarShah
Nov 28, 2022Brass Contributor
To investigate further, enable verbose mode:
https://learn.microsoft.com/en-us/azure/devops/pipelines/troubleshooting/review-logs?view=azure-devops
- Laurent7777777Nov 28, 2022Copper Contributor
SaumilkumarShah Thank you, but I already tried that and unfortunately it didn't help. The log still doesn't show why the stage is being skipped. In fact for that specific stage there's just no log.
- SaumilkumarShahNov 29, 2022Brass Contributor
Could you please share a yaml code snippet and approval gate configuration?