jenkinsci / generic-webhook-trigger-plugin

Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
https://plugins.jenkins.io/generic-webhook-trigger
404 stars 159 forks source link

Update logging path for Render #227

Closed mterzo closed 2 years ago

mterzo commented 2 years ago

Logging for Render is not in the plugin's namespace, just shows up as Render. Updating the call to use getClassName instead of Simple which is just the class name and not the package with namespace. This is what's done in PostContentParameterResolver.

I don't have a way of testing or building this code base, some assistance in that area would be nice, this is such a small change.

tomasbjerre commented 2 years ago

Thanks