📜  如何在 Jenkins 中再次重新运行失败的测试? - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:38.610000             🧑  作者: Mango

代码示例1
● In Jenkins there are plugin that re run the failed tests Unit cases.
● So you can configure your Maven build execution on Jenkins using the option:
● Dsurefire.rerunFailingTestsCount=2