This is an automated email from the ASF dual-hosted git repository.
kenn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 3f57a5d [BEAM-6554] Adjust Jenkins directory for spotbugs report
new 1a0407a Merge pull request #7970: [BEAM-6554] Adjust Jenkins
directory for spotbugs report
3f57a5d is described below
commit 3f57a5d5b7057131f132df87631d1760ac996603
Author: Kenneth Knowles <[email protected]>
AuthorDate: Thu Feb 28 20:02:36 2019 -0800
[BEAM-6554] Adjust Jenkins directory for spotbugs report
---
.test-infra/jenkins/job_PreCommit_Java.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.test-infra/jenkins/job_PreCommit_Java.groovy
b/.test-infra/jenkins/job_PreCommit_Java.groovy
index 7397428..58166df 100644
--- a/.test-infra/jenkins/job_PreCommit_Java.groovy
+++ b/.test-infra/jenkins/job_PreCommit_Java.groovy
@@ -42,7 +42,7 @@ builder.build {
pattern('**/build/reports/checkstyle/*.xml')
}
findBugs {
- pattern('**/build/reports/findbugs/*.xml')
+ pattern('**/build/reports/spotbugs/*.xml')
}
}
enabledForFailure(true)