mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Print proxy related environment variables
This commit is contained in:
parent
96af04a8ca
commit
445e28a58b
@ -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.
|
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.'
|
echo 'Debug mode enabled. This is not recommanded for productive usage. This might reveal security sensitive information.'
|
||||||
gitDebug = 'GIT_CURL_VERBOSE=1 GIT_TRACE=1 '
|
gitDebug =env |grep proxy; 'GIT_CURL_VERBOSE=1 GIT_TRACE=1 '
|
||||||
gitPushFlags.add('--verbose')
|
gitPushFlags.add('--verbose')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user