1
0
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:
Marcus Holl 2019-07-16 11:43:24 +02:00
parent c24aab5640
commit fa188c06b3

View File

@ -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 {