Print out OS Cloud Plugin version 03/11703/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 9 Jul 2018 23:09:12 +0000 (19:09 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 9 Jul 2018 23:09:12 +0000 (19:09 -0400)
Change-Id: I974667afb03f5aa4a00c4098ce93ca96c4a388ec
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/jenkins-configure-clouds.sh

index 336c721..4469106 100644 (file)
@@ -169,6 +169,7 @@ get_minion_options() {
 
     OS_PLUGIN_VER="$(lftools jenkins plugins list \
         | grep -i 'OpenStack Cloud Plugin' | awk -F':' '{print $2}')"
+    echo "OpenStack Cloud Plugin version: $OS_PLUGIN_VER"
     if version_ge "$OS_PLUGIN_VER" "2.35"; then
         if [ ! -z "$volume_size" ]; then
             echo "    new BootSource.VolumeFromImage(\"$image_name\", $volume_size),"