-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.138
Blue Ocean 1.8.2
PHPUnit 6
JUnit 1.2.4 plugin
-
-
1.19
We found a discrepancy between how Jenkins and Blue Ocean render test results:
This is what Jenkins renders:
Failed asserting that two strings are equal. — Expected +++ Actual @@ @@ -'This is an email from the xyz system (this is not shown when live)' +'This is an email from the xyz system (this is not shown when live)'
And this is what BlueOcean renders:
Failed asserting that two strings are equal. — Expected +++ Actual @@ @@ -'This is an email from the xyz system (this is not shown when live)' +'This is an email from the xyz system (this is not shown when live)'
This confused us for quite some time until we switched back to Jenkins and saw the whitespace was removed from Blue Ocean.