1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
This commit is contained in:
Marcus Holl 2019-07-11 14:09:17 +02:00
parent 8090219931
commit 3f48243632

View File

@ -252,7 +252,7 @@ void call(Map parameters = [:], Closure body = null) {
gitConfig.add('http.sslVerify false')
}
if(encodedVersionDiffers) {
if(encodedVersionsDiffers) {
hashbangFlag = '-e'
streamhandling ='&>/dev/null'
gitPushFlags.add('--quiet')