mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +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(' ')
|
gitPushFlags = gitPushFlags.join(' ')
|
||||||
|
|
||||||
sh script: """|#!/bin/bash ${hashbangFlags}
|
sh script: """|#!/bin/bash ${hashbangFlags}
|
||||||
|unset https_proxy
|
|
||||||
|unset http_proxy
|
|
||||||
|${gitDebug}git ${gitConfig} push ${gitPushFlags} ${gitUrlWithCredentials} ${config.tagPrefix}${newVersion} ${streamhandling}""".stripMargin()
|
|${gitDebug}git ${gitConfig} push ${gitPushFlags} ${gitUrlWithCredentials} ${config.tagPrefix}${newVersion} ${streamhandling}""".stripMargin()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user