Fix all tox warnings/errors
Issue: RELENG-1214
Change-Id: Ic4c1743828dbe4a230eaf2950c03d8c7fbfaf458
Signed-off-by: Tim Johnson <tijohnson@linuxfoundation.org>
.. note::
- These also need to be added to your global-vars-$SILO.sh
- or they will be overwritten.
+ Add these variables to your global-vars-$SILO.sh file or they will
+ be overwritten.
Jenkins configure -> Managed Files -> Add a New Config -> Custom File
# Extract image name from log and store value in the downstream job
if [[ ${UPDATE_CLOUD_IMAGE} ]]; then
- NEW_IMAGE_NAME=$(grep -P '(\s+.*image: )(ZZCI\s+.*\d+-\d+\.\d+)' "$PACKER_BUILD_LOG" \
- | awk -F': ' '{print $4}')\")
+ NEW_IMAGE_NAME=$(grep -P '(\s+.*image: )(ZZCI\s+.*\d+-\d+\.\d+)' \
+ "$PACKER_BUILD_LOG" | awk -F': ' '{print $4}')
echo NEW_IMAGE_NAME="$NEW_IMAGE_NAME" >> "$WORKSPACE/variables.prop"
echo "NEW_IMAGE_NAME: ${NEW_IMAGE_NAME}"