This commit is contained in:
Ovidio Mallo 2016-12-15 18:07:16 +01:00
parent 44ee82fd24
commit c281d65f51

View file

@ -20,7 +20,7 @@ def parseYaml(content) {
def ocTemplateParametersAsCommandLineOpt(parameters) {
def parameterOpts = []
parameters.each { parameter -> parameterOpts << "-v ${parameter}" }
return parameterOpts.join(" ")
return parameterOpts
}
@NonCPS