We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jenkins cannot report <system-err> failures. So they are not visible when jenkins finishes and xml report contains system-err tag. Example: <testcase classname="FunctionalTest" name="test_remove" time="0.476" timestamp="2022-11-28T06:36:09" file="client\functional.py" line="136"> <system-err> <![CDATA[ C:\jenkins\workspace\client\functional.py:1034: DeprecationWarning: invalid escape sequence '\g' text = out[0].decode('unicode-escape') ]]> ... </system-err> ... </testcase>
Windows 11
Just look reports containing system-err tags and not containing failures.
Report will show all testcases passed which is wrong because should be considered.
Jenkins should be able to recognize system-err tags
system-err tags are not visible on Jenkins
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Jenkins and plugins versions report
What Operating System are you using (both controller, and any agents involved in the problem)?
Windows 11
Reproduction steps
Just look reports containing system-err tags and not containing failures.
Report will show all testcases passed which is wrong because should be considered.
Expected Results
Jenkins should be able to recognize system-err tags
Actual Results
system-err tags are not visible on Jenkins
Anything else?
N/A
The text was updated successfully, but these errors were encountered: