In my project, I have configured more than 1 deployment group job in the pipeline. When I trigger the deployment I am facing the timeout error on the download artifact task enter image description here
Failed in getBuildApi with error: Error: connect ETIMEDOUT 13.107.42.18:443
This timeout error is occurring randomly in one of the deployment group job while (downloading the artifacts) meanwhile the same task get succeed for other deployment group job in the same pipeline.
I am not sure what the problem here with my project. Can anyone please help me with to resolve this issue.