diff --git a/Jenkinsfile b/Jenkinsfile index d23c78a..a9a8f92 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -153,7 +153,7 @@ def push(repo_url, repo_name, tag, gCube_release_version, commit) { """) } fileContent = readJSON(file: "target/classes/META-INF/export.json", encoding: "UTF-8") - echo fileContent.toString() + println(fileContent); } // postCall(fileContent)