X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fautorelease%2Fnotify-build-failure.sh;h=5128c97bbe3a68138838833f8432367a6ffe2203;hb=0a3c84bce0b23dfa756cf4ebfa275eabc344b1b3;hp=090e808039b1213b3c39127328813fc179737234;hpb=6e2271d4db59c027e4f6cd234becc827186546be;p=releng%2Fbuilder.git diff --git a/jjb/autorelease/notify-build-failure.sh b/jjb/autorelease/notify-build-failure.sh index 090e80803..5128c97bb 100644 --- a/jjb/autorelease/notify-build-failure.sh +++ b/jjb/autorelease/notify-build-failure.sh @@ -69,6 +69,7 @@ if [ ! -z "$ARTIFACT_ID" ]; then --else -o ""\ "$p" 2>/dev/null) if [ ! -z "${GROUP}" ]; then + # shellcheck disable=SC2207 grouplist+=($(echo "${GROUP}" | awk -F'.' '{ print $3 }')) fi done < <(find . -name "pom.xml")