jenkinsci / jenkinsci/git-client-plugin
[JENKINS-24304] Enable/Disable verbose Git command logging in Jenkins build log
- Dominant language
- Java
- Stars
- 152
- Forks
- 402
- Avg merge
- 6h 47m
- Merged PRs (30d)
- 4
Description
The git plugin currently prints out the git commands that it executes.
git rev-parse master^{commit} # timeout=10
In some cases, these commands can be numerous and thus distract the user from other pertinent information in the build log.
It would be very valuable to be able to enable or disable this verbose output via a option in the job configuration.
---
Originally reported by
scoheb, imported from: Enable/Disable verbose Git command logging in Jenkins build log
Raw content of original issue
The git plugin currently prints out the git commands that it executes.
git rev-parse master^{commit} # timeout=10In some cases, these commands can be numerous and thus distract the user from other pertinent information in the build log.
It would be very valuable to be able to enable or disable this verbose output via a option in the job configuration.
Contributor guide
Assessment
This issue has not been assessed yet.