Fix jenkins-verify-images.sh crash on grep 16/62416/3
authorBengt Thuree <bthuree@linuxfoundation.org>
Wed, 27 Nov 2019 13:24:10 +0000 (00:24 +1100)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 27 Nov 2019 16:07:51 +0000 (11:07 -0500)
commit4a05e8547f5175aeca9c4b78081c84dbf58de186
treebac5bf5008533112cf81145710fcf4a4e847105e
parente194613aea597ec57b65d169b9ba996eab9e6074
Fix jenkins-verify-images.sh crash on grep

This statement triggers the pipefail
    grep ^OS_CLOUD= jenkins-config/clouds/openstack/cattle/cloud.cfg
    $ echo $?
    1

ISSUE-ID: IT-18352

Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
Change-Id: Id71b3b664f5dca98bc4d784b86e8d68cec7fca9e
releasenotes/notes/grep_OS_CLOUD_failure-2c81e313686816c7.yaml [new file with mode: 0644]
shell/jenkins-verify-images.sh