diff --git a/Jenkinsfile b/Jenkinsfile index 9eabfe6..a270d88 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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)