I've written a custom plugin for work that acts a little like the claim plugin - it tracks potential culprits for failed tests on a test by test basis by looking at the SCM change set.
It works with the freestyle job, but not with pipelines. Its currently implemented as a TestDataPublisher, and in the call to getTestData, I also add a EnvironmentContributingAction that injects some environment variables with some predefined messages about the status of tests, etc. I'd like to implement the contributeTestData method, but it gets a Run object instead of an AbstractBuild, so it I can't get figure out how to get the SCM information to figure out who the contributors to the current build are... Any suggestions? Thanks, Sam -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d9126762-7c24-491a-88c2-91126c8d5484%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
