Search before asking
What happened
When collecting build timelines the subtask fails if the Timeline API returns 204 No Content for deleted/empty builds.
What do you expect to happen
A guard to treat 204 as a graceful skip so the subtask continues instead of failing.
How to reproduce
Configure Azure DevOps connection and run the azuredevops plugin's timeline collector against a project with deleted builds (or builds with no timeline). Observe the subtask failing when the Timeline API responds with 204 No Content.
Anything else
No response
Version
v1.0.3-beta12
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
When collecting build timelines the subtask fails if the Timeline API returns 204 No Content for deleted/empty builds.
What do you expect to happen
A guard to treat 204 as a graceful skip so the subtask continues instead of failing.
How to reproduce
Configure Azure DevOps connection and run the azuredevops plugin's timeline collector against a project with deleted builds (or builds with no timeline). Observe the subtask failing when the Timeline API responds with 204 No Content.
Anything else
No response
Version
v1.0.3-beta12
Are you willing to submit PR?
Code of Conduct