removed wrong line

This commit is contained in:
Roberto Cirillo 2022-10-12 10:49:04 +02:00
parent 71d9b17425
commit 70c41d75a0
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -225,8 +225,7 @@ pipeline {
jsonConfig.gCube_release.Components.each { group_name, component_list ->
for ( def category : categories){
if("${group_name}" == "$category"){
smartgears = (category == 'Distribution') ? $it.version : ''
def location = (user.city == null) ? user.state : user.city
smartgears = (category == 'Distribution') ? $it.version : ''
releaseList += component_list?.collect {return "$it.name,$it.version" }
println("found ${releaseList}");
}