buh
This commit is contained in:
parent
c281d65f51
commit
bde5f2f194
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def parseYaml(content) {
|
|||
def ocTemplateParametersAsCommandLineOpt(parameters) {
|
||||
def parameterOpts = []
|
||||
parameters.each { parameter -> parameterOpts << "-v ${parameter}" }
|
||||
return parameterOpts
|
||||
return parameterOpts.join(" ")
|
||||
}
|
||||
|
||||
@NonCPS
|
||||
|
|
Loading…
Reference in a new issue