generated from gCubeCI/Pipeline-Docker-Template
readCSV file
This commit is contained in:
parent
ccb34365ca
commit
c32ef76a54
|
@ -105,7 +105,8 @@ pipeline {
|
|||
// parse the report and extract the data
|
||||
// def components = getComponentsFromCSV(deployList)
|
||||
println "Going to check the deploy file in ${DEPLOY_FILE_ROOT_FOLDER}"
|
||||
def components =getComponentsFromCSVDir("${WORKSPACE}/CD")
|
||||
//def components =getComponentsFromCSVDir("${WORKSPACE}/CD")
|
||||
def components = readCSV file: 'CD/deploy.csv'
|
||||
if (components.size() > 0) {
|
||||
def componentSet=components.toSet();
|
||||
for (component in componentSet) {
|
||||
|
|
Loading…
Reference in New Issue