-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
git plugin 3.9.1
If we start a notifycommit call to our jenkins via browser we get the following informations about our Jenkins server (via http://***/git/notifyCommit?url=git://***/***.git):
No git jobs using repository: git://***/***.git and branches:
Scheduled indexing of ***-Pipeline
So if the Jenkins is open to the world this leaks some private information about the system. Is there a way to disable this messages. We want to enable it in case of problems only. In this case it would suffice to give a hint like: "There was an error. Please enable verbose mode for debugging."
There isn't a way to control the logging verbosity of the git plugin currently, at least not for the entries in the console log. We regularly use those verbose logs to diagnose authentication failures and to assist users.
Pull requests implementing control of the logging level would be considered. I don't plan to create that pull request myself.