fix portlet collection

This commit is contained in:
Roberto Cirillo 2023-06-14 15:29:48 +02:00
parent 65d5636324
commit b26d4cde46
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -375,7 +375,7 @@ def deployReleaseJobs(def serviceList, String smartgears){
// collects all the components defined inside one or more yaml categories matching categoryList
def deployRelease(def categoryList, def yaml){
def releaseList = []
def portlets
def portlets = []
String smartgears
def categories=categoryList.split(',')
yaml.gCube_release.Components.each { group_name, component_list ->