Todd Lipcon has submitted this change and it was merged. Change subject: build: improve build to better indicate what part failed ......................................................................
build: improve build to better indicate what part failed The Jenkins build script currently sets an EXIT_STATUS variable to non-zero when any part of the build has an issue. However, sometimes it can be difficult when looking at a Jenkins log to figure out which part failed without scanning through the log. This adds a failure summary at the bottom which indicates which part failed, and also adds some nicer headers above each major part of the build. Change-Id: I63b7d6c71aecaf61ab36f8fc6cedbfe1f63c6bbe Reviewed-on: http://gerrit.cloudera.org:8080/1816 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans --- M build-support/jenkins/build-and-test.sh 1 file changed, 62 insertions(+), 11 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1816 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I63b7d6c71aecaf61ab36f8fc6cedbfe1f63c6bbe Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
