79592886

Date: 2025-04-25 15:53:57
Score: 9 đźš©
Natty:
Report link

Hi @Alvin Jhao I’ve implemented the monitor pipeline as advised using a Bash-based approach instead of PowerShell. The pipeline does the following:

âś… Fetches the build timeline using the Azure DevOps REST API
âś… Identifies stages that are failed, partiallySucceeded, or succeededWithIssues
âś… Constructs a retry payload for each stage and sends a PATCH request to retry it
âś… Verifies correct stage-to-job relationships via timeline structure

Here’s where I’m stuck now:

❌ Retry Requests Return HTTP 204

Although my pipeline correctly:


❓Questions

  1. Are there specific reasons a stage becomes non-retryable (beyond completion)?

  2. Could stage identifier fields being null (sometimes seen) block the retry?

  3. Is there a way to programmatically verify retry eligibility before sending the PATCH?

Any help or insights would be appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1.5): m stuck
  • RegEx Blacklisted phrase (3): Any help or insights would be appreciated
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Alvin
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user30090146