Description
ReviewBot was changed in https://reviews.apache.org/r/28452/ to tee output, and in doing so, builds are always marked green.
The culprit is this command, which does not return non-zero if build.sh returns non-zero:
bash -c ./build-support/jenkins/build.sh 2>&1 | tee foo