change readFile with readJSON method

master
Roberto Cirillo 1 year ago
parent 15f2b68d57
commit 1c521e2344

2
Jenkinsfile vendored

@ -152,7 +152,7 @@ def push(repo_url, repo_name, tag, gCube_release_version, commit) {
mvn generate-resources
""")
}
fileContent = readFile(file: "jsonfilepath", encoding: "UTF-8")
fileContent = readJSON(file: "export.json", encoding: "UTF-8")
}
postCall(fileContent)

Loading…
Cancel
Save