change print method

master
ROBERTO CIRILLO 1 year ago
parent fcc1a8ed9c
commit 312c3685ae

2
Jenkinsfile vendored

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

Loading…
Cancel
Save