• Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • git-plugin
    • None

      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.

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

          Mark Waite added a comment -

          The git-client-plugin 1.9.0 now records each of the git command line operations performed. Does that address the use case oyu had for adjusting the VERBOSE setting, or is this still a useful new feature for you?

          Mark Waite added a comment - The git-client-plugin 1.9.0 now records each of the git command line operations performed. Does that address the use case oyu had for adjusting the VERBOSE setting, or is this still a useful new feature for you?

            Unassigned Unassigned
            hashar Antoine Musso
            Votes:
            4 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: