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 b26d4cde46 - Show all commits

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 ->