In our build we fetch data from AzureDevops Git and sporadic connectivity failures are quite a common issue. In all the relevant steps we configured multiple "Retry on failure", and that has solved the problem completely on the step level.
However, we still sometimes see this error (s. screenshot) on the Configuration overview. If I delete the error manually and start the build - everything works fine.
The problem is that the builds on these configurations are often triggered by an overall build automatically during the night. This error is completely unpredictable and if it appears on the Confgiuration overview - this configuration's build is never triggered. So our long running overall nightly builds fail if only just one of the triggered configurations has this utterly sporadic failure.
It doesn't happen every day but really sets us several hours back because we can only fix this in the morning. Is there any workaround? Any advice would be highly appreciated
