From c24aab5640bef572b29f291c3b9f72d84b61cb4f Mon Sep 17 00:00:00 2001 From: Marcus Holl Date: Tue, 16 Jul 2019 11:41:34 +0200 Subject: [PATCH] more git debug output --- vars/artifactSetVersion.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/artifactSetVersion.groovy b/vars/artifactSetVersion.groovy index 159b9bb8b..47b62e1b6 100644 --- a/vars/artifactSetVersion.groovy +++ b/vars/artifactSetVersion.groovy @@ -262,7 +262,7 @@ void call(Map parameters = [:], Closure body = null) { if(config.debug) { // known issue: in case somebody provides the stringish 'false' we get the boolean value 'true' here. echo 'Debug mode enabled. This is not recommanded for productive usage. This might reveal security sensitive information.' - gitDebug ='env |grep proxy; GIT_CURL_VERBOSE=1 GIT_TRACE=1 ' + gitDebug ='git config --list; env |grep proxy; GIT_CURL_VERBOSE=1 GIT_TRACE=1 ' gitPushFlags.add('--verbose') }