Kyle Weaver created BEAM-11714:
----------------------------------
Summary: Spotbugs should print errors to console (or Jenkins UI).
Key: BEAM-11714
URL: https://issues.apache.org/jira/browse/BEAM-11714
Project: Beam
Issue Type: Improvement
Components: build-system
Reporter: Kyle Weaver
Currently, when spotbugs fails it prints a message like below to the console.
This is pretty annoying on Jenkins, because I have to run the task on my
machine to see what the actually error was.
Execution failed for task ':sdks:java:extensions:sql:spotbugsMain'.
> A failure occurred while executing
> com.github.spotbugs.snom.internal.SpotBugsRunnerForWorker$SpotBugsExecutor
> 1 SpotBugs violations were found. See the report at:
file:///home/jenkins/jenkins-slave/workspace/beam_PreCommit_SQL_Java11_Commit/src/sdks/java/extensions/sql/build/reports/spotbugs/main.xml
--
This message was sent by Atlassian Jira
(v8.3.4#803005)