add new print

This commit is contained in:
Roberto Cirillo 2022-10-12 14:26:47 +02:00
parent c1aeb43300
commit d8d13be529
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -229,6 +229,7 @@ pipeline {
if (category == 'Distribution'){
//smartgears = true
smartgears= component_list?.collect{ return "$it.version" }
println("smartgears found is ${smartgears}")
smartgears (smartgears !=null ) ?smartgears[ 0 ] : null
println("smartgears version is ${smartgears}")
continue