We get a console log from failed Jenkins runs, but sometimes, it's useful to look at the run artifacts. You can do this (for the most recent run) by going to a URL, made up of
https://builds.apache.org/job/UIMA-SDK for example, followed by ws/trunk and then the directory you're looking for. For instance, to look at a rat report to see what the failures were, you can do: https://builds.apache.org/job/UIMA-SDK/ws/trunk/target/rat.txt -Marshall
