generated from gCubeCI/Pipeline-Docker-Template
fix parsing function
This commit is contained in:
parent
cf35cd8459
commit
8c9124ba4a
|
@ -153,7 +153,7 @@ def parseDeployComponent(def deployList) {
|
|||
// return
|
||||
components.add([
|
||||
name : columns[1],
|
||||
version : columns[2],
|
||||
version : columns[2]
|
||||
]
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue