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

1
Jenkinsfile vendored
View File

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