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
30 stars 48 forks source link

Fix log spamming for builds that do not have upstream parent #426

Closed nikita-tkachenko-datadog closed 3 months ago

nikita-tkachenko-datadog commented 3 months ago

Requirements for Contributing to this repository

What does this PR do?

Fixes log spamming for builds that do not have upstream parent. The warning log should only be printed if a build has upstream parent and associated upstream data could not be found. Currently it is logged for every build instead.

Description of the Change

Alternate Designs

Possible Drawbacks

Verification Process

Additional Notes

Release Notes

Review checklist (to be filled by reviewers)