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