From: Thanh Ha Date: Mon, 9 Jul 2018 23:09:12 +0000 (-0400) Subject: Print out OS Cloud Plugin version X-Git-Tag: v0.22.0~11 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=dfb2c6ca52a4c885e42d6c2252706bd824c75068;hp=-c;p=releng%2Fglobal-jjb.git Print out OS Cloud Plugin version Change-Id: I974667afb03f5aa4a00c4098ce93ca96c4a388ec Signed-off-by: Thanh Ha --- dfb2c6ca52a4c885e42d6c2252706bd824c75068 diff --git a/shell/jenkins-configure-clouds.sh b/shell/jenkins-configure-clouds.sh index 336c7210..4469106c 100644 --- a/shell/jenkins-configure-clouds.sh +++ b/shell/jenkins-configure-clouds.sh @@ -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),"