feature/25131 #6

Merged
roberto.cirillo merged 31 commits from feature/25131 into master 2023-09-07 14:56:01 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f9c0476638 - Show all commits

2
Jenkinsfile vendored
View File

@ -368,7 +368,7 @@ def deployRelease(def categoryList, def yaml){
//def portlets="{\"generic_portlets\": ";
portlets += component_list?.collect{ return [ 'name': "$it.name", 'version': "$it.version", 'extension': 'war' ] }
def jsonContent= "{\"generic_portlets\":"+portlets+"}"
echo "json: $json"
echo "json: $jsonContent"
// portlets += "}"
writeJSON file: 'portlets.json', json: jsonContent
// def read = readJSON file: 'portlets.json'