set fake return

This commit is contained in:
Roberto Cirillo 2023-02-07 16:25:17 +01:00
parent c5443c6b10
commit e710e04c71
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -159,7 +159,7 @@ def push(repo_url, repo_name, tag, gCube_release_version, commit) {
fileContent = readJSON(file: "target/classes/META-INF/export.json", encoding: "UTF-8")
println(fileContent);
}
return "200fake"
// postCall(fileContent)
}