generated from gCubeCI/Pipeline-Docker-Template
small fix
This commit is contained in:
parent
115f6403ba
commit
48eacafc67
|
@ -111,12 +111,15 @@ pipeline {
|
|||
if (line.toString().startsWith('#'))
|
||||
return
|
||||
def fields = line.toString().split(',')
|
||||
def components.add([
|
||||
name : fields[0],
|
||||
version : fields[1],
|
||||
host : fields[2]
|
||||
]
|
||||
)
|
||||
println(fileds[0])
|
||||
println(fileds[1])
|
||||
println(fileds[2])
|
||||
// def components.add([
|
||||
// name : fields[0],
|
||||
// version : fields[1],
|
||||
// host : fields[2]
|
||||
// ]
|
||||
// )
|
||||
}
|
||||
println(components)
|
||||
if (components.size() > 0) {
|
||||
|
|
Loading…
Reference in New Issue