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