Add FindBugs reporting to all jobs 72/16672/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 17 Mar 2015 01:11:28 +0000 (21:11 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 17 Mar 2015 15:01:33 +0000 (11:01 -0400)
Change-Id: I598c6442986fe7f53d0db00eabbed37354284b3a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb-templates/daily.yaml
jjb-templates/integration.yaml
jjb-templates/merge.yaml
jjb-templates/sonar.yaml

index 3a1e3fa7f022535de3c1fbf4f8a71e816f03d7ce..062d03fd9572f0508769b6575070c9c61a414d1a 100644 (file)
@@ -52,6 +52,9 @@
     postbuilders:
         - jacoco-nojava-workaround
 
+    reporters:
+        - findbugs
+
     publishers:
         - email-notification:
             email-prefix: '[PROJECT]'
index 3862fb4850ced6c8e7bdf9ea5a5cc0063cbefdce..d3488c6abd59751979e6106606e345528d449625 100644 (file)
@@ -55,6 +55,9 @@
     postbuilders:
         - jacoco-nojava-workaround
 
+    reporters:
+        - findbugs
+
     publishers:
         - email-notification:
             email-prefix: 'EMAIL_PREFIX'
index 5258acc9338c84b1a194e9e662c482a8d0090e90..2f134110d8b499629455a5f3415b6d32b3a162d3 100644 (file)
@@ -54,6 +54,9 @@
     postbuilders:
         - jacoco-nojava-workaround
 
+    reporters:
+        - findbugs
+
     publishers:
         ARCHIVE_ARTIFACTS
         - email-notification:
index 6990cd20fab12417a24c4069d2d40a753677355e..d6f0d1139983fd0adada81f4f6a910e495be28bd 100644 (file)
@@ -40,6 +40,9 @@
     postbuilders:
         - jacoco-nojava-workaround
 
+    reporters:
+        - findbugs
+
     publishers:
         - sonar:
             language: 'java'