-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
https://github.com/jenkinsci/jenkins-test-harness
Created an SO related to this too: https://stackoverflow.com/questions/63003371/how-do-i-filter-out-added-a-missed-class-for-missing-class-telemetry-warnings
Maybe this is just somewhere in the docs and I missed it. I want to filter out some jenkins output when running the harness. Im starting with this https://github.com/testcookbook/jenkins_harness
Im seeing all these jenkins warnings in the output that make it impossible to view actual debug statements from my dsl script. How can I filter out warnings like “Added a missed class for missing class telemetry” when running the harness? I get a huge stack trace with that warning for almost every plugin dependency I add