-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
rocky9.4
In Jenkins 2.440.3, in the Pipeline, a long-running shell is executed on the remote server. After the time expires, the server completes the execution but Jenkins does not receive the result, causing the Jenkins execution status to keep running until the global timeout. This problem is only found on rocky9.4, and other systems are currently normal.
jenkins pipline script :
其中 python3.9 /root/y.py 需要执行时间 1h , 但是到时后 shell 并未返回执行结果,实际远程shell 已经执行完成 。导致最终超时失败。该问题仅在 rocky9.4 上发现,centos 未发现,怀疑是 groovy 底层sh 执行与rocky 兼容有问题 ! 期待回复