generated from gCubeCI/Pipeline-Docker-Template
add log
This commit is contained in:
parent
cb39016d67
commit
67744b8dc9
|
@ -146,6 +146,7 @@ pipeline {
|
|||
//a non CPS method is necessary for the usage of splitEachLine()
|
||||
@NonCPS
|
||||
def parseDeployComponent(def deployList) {
|
||||
println "Going to parsing file ${deployList}"
|
||||
def components = []
|
||||
"${deployList}".splitEachLine(',') { columns ->
|
||||
if (columns[0].startsWith('#') || columns[0].startsWith('Component'))
|
||||
|
|
Loading…
Reference in New Issue