jenkinsci / jenkinsci/git-client-plugin

[JENKINS-24304] Enable/Disable verbose Git command logging in Jenkins build log

Open
#1,451 18 comments 0 reactions 0 assignees View on GitHub
component:git-client-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): git-client-plugin
  • resolution: Unresolved
  • votes: 13
  • watchers: 14
  • imported: 20251211-071809

Raw content of original issue

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.