Branch: refs/heads/development Home: https://github.com/jenkinsci/influxdb-plugin Commit: 7d3a85f397368b4d898c92b439602f71a4131c0e https://github.com/jenkinsci/influxdb-plugin/commit/7d3a85f397368b4d898c92b439602f71a4131c0e Author: Nigel Armstrong <53626373+nigelarmstrong...@users.noreply.github.com> Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths: M doc/available_metrics.md M doc/breaking_changes.md M src/main/java/jenkinsci/plugins/influxdb/generators/JUnitPointGenerator.java Log Message: ----------- JENKINS-65115 Fix JUnit test name to be full name (#112) * Fix JUnit test name to be full name * Split junit test_name - Split `test_name` to `test_name` and `pipeline_step` - Add `test_full_class_name` to add the class name to junit results - Some code is needed to get the pipeline step from the junit CaseResult. This code is based on code from `CaseResult.getNameWithEnclosingBlocks(String)` * Update junit plugin dependency Co-authored-by: Aleksi Simell <aleksi.sim...@eficode.com> -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/influxdb-plugin/push/refs/heads/development/44de5b-7d3a85%40github.com.