jenkinsci / stashnotifier-plugin

A Jenkins Plugin to notify Atlassian Stash|Bitbucket of build results
https://plugins.jenkins.io/stashNotifier/
Other
163 stars 136 forks source link

Use logger instead of build log #328

Closed offa closed 1 year ago

offa commented 2 years ago

Messages like "createRequest - UsernamePasswordCredentials" are written to the build log. This PR moves them to a logger instead.

The messages are still around for debugging purpose, but aren't included in the build log anymore.


offa commented 1 year ago

ping @scaytrase