fix variable name

This commit is contained in:
Roberto Cirillo 2023-06-15 15:22:52 +02:00
parent 14dcf64e6d
commit f9c0476638
1 changed files with 1 additions and 1 deletions

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'