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