From 1c521e2344de47137800be3a34545163658fd32f Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 7 Feb 2023 12:36:17 +0100 Subject: [PATCH] change readFile with readJSON method --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)