diff --git a/Jenkinsfile b/Jenkinsfile index a9b4aee..d23c78a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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) }