jenkinsci / jenkinsci/git-plugin

[JENKINS-16435] implements an easier way to set verbose mode

Open
#2,214 1 comment 0 reactions 0 assignees View on GitHub
component:git-plugin enhancement imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
694
Forks
1.1k
Avg merge
1h 29m
Merged PRs (30d)
3

Description

When using the git plugin, the console output might be mind-boggling because it does not gives enough details. The plugin has support for more verbosity in the console log by starting Jenkins with the java parameter -Dhudson.plugins.git.GitSCM.verbose="true"

The relevant code in GitSCM.java :

public static boolean VERBOSE = Boolean.getBoolean(GitSCM.class.getName() + ".verbose");

This has already saved me a lot of time once I have discovered this switch.

Would it be possible to add an option to enable this globally and another option to enable verbosity on a per job basis? I guess the default will be non verbose.

---
Originally reported by hashar, imported from: implements an easier way to set verbose mode


  • status: Open
  • priority: Major
  • component(s): git-plugin
  • resolution: Unresolved
  • votes: 4
  • watchers: 6
  • imported: 2025-12-02

Raw content of original issue

When using the git plugin, the console output might be mind-boggling because it does not gives enough details. The plugin has support for more verbosity in the console log by starting Jenkins with the java parameter -Dhudson.plugins.git.GitSCM.verbose="true"

The relevant code in GitSCM.java :

public static boolean VERBOSE = Boolean.getBoolean(GitSCM.class.getName() + ".verbose");

This has already saved me a lot of time once I have discovered this switch.

Would it be possible to add an option to enable this globally and another option to enable verbosity on a per job basis? I guess the default will be non verbose.

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.