generated from gCubeCI/Pipeline-Docker-Template
small fix
This commit is contained in:
parent
e9df1da14b
commit
6d756fa30b
|
@ -230,7 +230,7 @@ pipeline {
|
||||||
//smartgears = true
|
//smartgears = true
|
||||||
smartgears= component_list?.collect{ return "$it.version" }
|
smartgears= component_list?.collect{ return "$it.version" }
|
||||||
println("smartgears found is ${smartgears}")
|
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