remove println

This commit is contained in:
Roberto Cirillo 2022-10-13 10:55:17 +02:00
parent 628f4c164e
commit ba87906dd4
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -369,13 +369,11 @@ 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){
if (verbose) println("Searching component in ${categoryList}");
def releaseList = []
String smartgears
def categories=categoryList.split(',')
yaml.gCube_release.Components.each { group_name, component_list ->
if (categories.contains(group_name)){
if (verbose) println("found category "+group_name+" it is contained in categories to search: "+categories);
for ( def category : categories){
if("${group_name}" == "$category"){
if (category == 'Distribution'){