Replies: 3 comments 3 replies
-
I fear it is throttling, and there is not much I can do about that. I tried adding retry code, but it did not work well. I also have had an open issues with Microsoft for years without any solution. Sorry I don't have a great answer at present |
Beta Was this translation helpful? Give feedback.
-
Looking that the logs the key difference seems to be (in the consolelog ln 329)
Whereas in the YML build log we see
So it looks like it cannot find your target stage This is important so the logic used to find WI/CS is different between the two code paths. Which I think explains the difference. So the question is why the stage match is failing for the console - I suspect the |
Beta Was this translation helpful? Give feedback.
-
The The yml task states it looks for manually linked WIs (yml line 310) whereas the console does not. Both the yml task and test console have Although both find the same number of builds (line 2 both files), the yml task returns 65 WIs (yml line 1548) compared to 64 WIs for the test console (test line 1631) - I assume this extra WI is because of the above check for manually linked WI. The Total Related Workitems (Parent/Children) also differs: 0 for yml (yml line 1658) versus 95 for test console (line 2890) releaseNotes-ymlLog_v2.txt |
Beta Was this translation helpful? Give feedback.
-
Hi Richard and Community
Any help and/or insights offered on the below will be most appreciated.
I have been using the X-Platform release notes generator without issue for a few months in an Azure DevOps yml pipeline but in the last couple of weeks the task completes with a warning and does not populate the release notes mark down file. I see this is similar to the issue opened here: #814 but there is not a posted solution.
An error is thrown when looking for parents or parents and children of a WI - see below:
Looking for parents and children of WI
and
Looking for parents of WI
The error is not thrown consistently across different pipeline runs. For example:
No changes have been made to WIs, PRs, Commits etc. between runs
I have turned on system diagnostics and dump to console and have been going over the various logs and dumps but so far have not seen anything strange.
Running the test console against the same builds completes without generating any errors and produces a full mark down file. Both the test console and the yml pipelne task use identical parameters, so I would expect the output of each to also be identical for the same build.
Beta Was this translation helpful? Give feedback.
All reactions