mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-06 04:13:55 +02:00
fix typo
This commit is contained in:
parent
8090219931
commit
3f48243632
@ -252,7 +252,7 @@ void call(Map parameters = [:], Closure body = null) {
|
|||||||
gitConfig.add('http.sslVerify false')
|
gitConfig.add('http.sslVerify false')
|
||||||
}
|
}
|
||||||
|
|
||||||
if(encodedVersionDiffers) {
|
if(encodedVersionsDiffers) {
|
||||||
hashbangFlag = '-e'
|
hashbangFlag = '-e'
|
||||||
streamhandling ='&>/dev/null'
|
streamhandling ='&>/dev/null'
|
||||||
gitPushFlags.add('--quiet')
|
gitPushFlags.add('--quiet')
|
||||||
|
Loading…
Reference in New Issue
Block a user