diff --git a/Jenkinsfile b/Jenkinsfile index 6f88823..59ec6e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,6 +84,8 @@ pipeline { sh ''' date=`date`; mkdir -p ${DEPLOY_FILE_ROOT_FOLDER} + mkdir -p ./CD + mv -v ${DEPLOY_FILE_ROOT_FOLDER} ./CD ''' } } @@ -101,7 +103,7 @@ 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 =getComponentsFromCSVDir2("CD") + def components =getComponentsFromCSVDir2("./CD") if (components.size() > 0) { def componentSet=components.toSet(); for (component in componentSet) {