mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
remove unset proxies
This commit is contained in:
parent
c24aab5640
commit
fa188c06b3
@ -277,8 +277,6 @@ void call(Map parameters = [:], Closure body = null) {
|
||||
gitPushFlags = gitPushFlags.join(' ')
|
||||
|
||||
sh script: """|#!/bin/bash ${hashbangFlags}
|
||||
|unset https_proxy
|
||||
|unset http_proxy
|
||||
|${gitDebug}git ${gitConfig} push ${gitPushFlags} ${gitUrlWithCredentials} ${config.tagPrefix}${newVersion} ${streamhandling}""".stripMargin()
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user