Continuous integration CI管道在尝试检索测试报告时挂起

Continuous integration CI管道在尝试检索测试报告时挂起,continuous-integration,pipeline,pulse,Continuous Integration,Pipeline,Pulse,在使用DDOP部署到登台时,有时我们会注意到管道失败,因为尝试获取测试报告时脉冲超时。还有其他人遇到过这个问题吗 java.lang.Exception: [blockingPulse] Ran out of time (1200s) trying to retrieve the tests report - did the Pulse deployment succeed? at com.doordash.Pulse.waitForBlockingPulseReport(Pulse.groov

在使用DDOP部署到登台时,有时我们会注意到管道失败,因为尝试获取测试报告时脉冲超时。还有其他人遇到过这个问题吗

java.lang.Exception: [blockingPulse] Ran out of time (1200s) trying to retrieve the tests report - did the Pulse deployment succeed?
at com.doordash.Pulse.waitForBlockingPulseReport(Pulse.groovy:250)
at deployPulse.call(deployPulse.groovy:99)
at ___cps.transform___(Native Method)
at sun.reflect.GeneratedConstructorAccessor662.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235)