Skip to content

Commit

Permalink
Merge pull request #590 from MarkEWaite/report-git-version
Browse files Browse the repository at this point in the history
[JENKINS-62587] Log git version value for easier debug
  • Loading branch information
MarkEWaite authored Jul 30, 2020
2 parents cf9ae05 + 875f222 commit 208d4af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ private void getGitVersion() {
String version = "";
try {
version = launchCommand("--version").trim();
listener.getLogger().println(" > git --version # '" + version + "'");
} catch (Throwable e) {
}

Expand Down

0 comments on commit 208d4af

Please sign in to comment.