generated from gCubeCI/Pipeline-Docker-Template
clean code
This commit is contained in:
parent
9bfcbdd3cc
commit
cb39016d67
|
@ -148,8 +148,8 @@ pipeline {
|
|||
def parseDeployComponent(def deployList) {
|
||||
def components = []
|
||||
"${deployList}".splitEachLine(',') { columns ->
|
||||
// if (columns[0].startsWith('#') || columns[0].startsWith('Component'))
|
||||
// return
|
||||
if (columns[0].startsWith('#') || columns[0].startsWith('Component'))
|
||||
return
|
||||
components.add([
|
||||
name : columns[1],
|
||||
version : columns[2],
|
||||
|
|
Loading…
Reference in New Issue