fix read procedure

This commit is contained in:
Roberto Cirillo 2023-02-07 15:29:21 +01:00
parent 69a9a594ce
commit fcc1a8ed9c
1 changed files with 2 additions and 4 deletions

6
Jenkinsfile vendored
View File

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