fix read procedure

master
ROBERTO CIRILLO 1 year ago
parent 69a9a594ce
commit fcc1a8ed9c

6
Jenkinsfile vendored

@ -153,11 +153,9 @@ 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()
}
def lines = fileContent.readLines()
for (line in lines) {
println line
}
// postCall(fileContent)
}

Loading…
Cancel
Save