-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
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.
- is related to
-
JENKINS-9052 Git plugin needs a better error diagnosis when failing to check out
-
- Closed
-
[JENKINS-24304] Enable/Disable verbose Git command logging in Jenkins build log
Component/s | New: git-client [ 17423 ] | |
Component/s | Original: git [ 15543 ] |
Link |
New:
This issue is related to |
Assignee | Original: Nicolas De Loof [ ndeloof ] |
Could you try the log parser plugin as an alternative?
I think the enhancement request is reasonable, but the log parser plugin may give you that already, without waiting for someone to choose to implement your request