change readFile with readJSON method

This commit is contained in:
Roberto Cirillo 2023-02-07 12:36:17 +01:00
parent 15f2b68d57
commit 1c521e2344
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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)