问题
Im using the jenkins test harness (starting with this example usage: https://github.com/testcookbook/jenkins_harness) and this warning is killing me
Was this fixed? I tried following the issues but its left me more confused. I just want to NOT see it in my output: https://issues.jenkins-ci.org/browse/JENKINS-60725?page=com.atlassian.jira.plugin.system.issuetabpanels%3Achangehistory-tabpanel, https://issues.jenkins-ci.org/browse/JENKINS-60725, https://issues.jenkins-ci.org/browse/JENKINS-60725
Im using this version of jenkins and the harness:
testCompile "org.jenkins-ci.main:jenkins-test-harness:2.64"
testCompile "org.jenkins-ci.main:jenkins-war:2.235"
I set testLogging.showStandardStreams true
in the build.gradle file because I want to see output of the script (I also write debug messages with print). This warning is making the test harness practically unusable because its flooding the output. What options do I have for filtering it out?
EDIT: setting events 'standard_out'
doesnt show the warnings but now Im missing a lot of stuff
来源:https://stackoverflow.com/questions/63003371/how-do-i-filter-out-added-a-missed-class-for-missing-class-telemetry-warnings