change print method

This commit is contained in:
Roberto Cirillo 2023-02-07 16:12:37 +01:00
parent fcc1a8ed9c
commit 312c3685ae
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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