generated from gCubeCI/Pipeline-Docker-Template
fixing parsing function
This commit is contained in:
parent
132ce1b3db
commit
4f6ab3dfcd
|
@ -144,7 +144,7 @@ def parseDeployComponent(def deployList) {
|
|||
println "Going to parsing file ${deployList}"
|
||||
def components = []
|
||||
new File("${deployList}").splitEachLine(',') { columns ->
|
||||
if (columns[0].startsWith('#') || columns[0].startsWith('Component'))
|
||||
if (columns[0].startsWith('#') || columns[0].startsWith('Component'))
|
||||
return
|
||||
components.add([
|
||||
name : columns[0],
|
||||
|
|
Loading…
Reference in New Issue