generated from gCubeCI/Pipeline-Docker-Template
add new print
This commit is contained in:
parent
c1aeb43300
commit
d8d13be529
|
@ -229,6 +229,7 @@ pipeline {
|
||||||
if (category == 'Distribution'){
|
if (category == 'Distribution'){
|
||||||
//smartgears = true
|
//smartgears = true
|
||||||
smartgears= component_list?.collect{ return "$it.version" }
|
smartgears= component_list?.collect{ return "$it.version" }
|
||||||
|
println("smartgears found is ${smartgears}")
|
||||||
smartgears (smartgears !=null ) ?smartgears[ 0 ] : null
|
smartgears (smartgears !=null ) ?smartgears[ 0 ] : null
|
||||||
println("smartgears version is ${smartgears}")
|
println("smartgears version is ${smartgears}")
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue