jenkinsci / datadog-plugin

A Jenkins plugin used to forward metrics, events, and service checks to an account at Datadog, automatically.
https://plugins.jenkins.io/datadog/
MIT License
34 stars 48 forks source link

Fix typo in username tag #325

Closed albertvaka closed 1 year ago

albertvaka commented 1 year ago

What does this PR do?

Fixes that instead of using the USER_NAME constant (which evaluates to user.name), we were using the string literal username.

Review checklist (to be filled by reviewers)