From dc3c22f9eca5f7b502eaea9288e46d73a1639b6b Mon Sep 17 00:00:00 2001 From: Augustas Date: Sat, 31 Oct 2020 21:48:28 +0200 Subject: [PATCH] update from Hudson to Jenkins Hudson is discontinued in 2016. Changed to Jenkins --- docs/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index a99a1072..a14acf7f 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -127,7 +127,7 @@ The bundled reporters are: -r junit -The JUnit reporter is an xml format that follows the structure of the JUnit XML Report ANT task, as consumed by a number of third-party tools, including Continuous Integration servers such as Hudson. If not otherwise needed, the standard XML reporter is preferred as this is a streaming reporter, whereas the Junit reporter needs to hold all its results until the end so it can write the overall results into attributes of the root node. +The JUnit reporter is an xml format that follows the structure of the JUnit XML Report ANT task, as consumed by a number of third-party tools, including Continuous Integration servers such as Jenkins. If not otherwise needed, the standard XML reporter is preferred as this is a streaming reporter, whereas the Junit reporter needs to hold all its results until the end so it can write the overall results into attributes of the root node. ## Breaking into the debugger