jenkinsci / jenkinsci/git-plugin
[JENKINS-55765] Notify commit is too verbose
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
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."
---
Originally reported by bkihm, imported from: Notify commit is too verbose
Raw content of original issue
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 ***-PipelineSo 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."
- environment:
git plugin 3.9.1
Contributor guide
Assessment
This issue has not been assessed yet.