Commit 96b7838d authored by kmohiuddin's avatar kmohiuddin

modified file.yaml file path

parent ca5596bc
...@@ -17,9 +17,9 @@ def call(String filepath) { ...@@ -17,9 +17,9 @@ def call(String filepath) {
config = readYaml file: filepath config = readYaml file: filepath
List paramCode = [] List paramCode = []
#List files = config.pipeline[filePaths]
config.pipeline.filePaths.each { config.pipeline.filePaths.each {
perfProps = readProperties file: it perfProps = readProperties file: it.path
paramCode.add( paramCode.add(
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment