From 49cf637688c7104a0db630dd6b075c85a2a0e783 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 14 Mar 2017 15:39:06 -0400 Subject: [PATCH] jjb: Add warnings to lttng-scope Signed-off-by: Michael Jeanson --- jobs/lttng-scope.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/jobs/lttng-scope.yml b/jobs/lttng-scope.yml index d80e9b8..93a9aef 100644 --- a/jobs/lttng-scope.yml +++ b/jobs/lttng-scope.yml @@ -89,6 +89,15 @@ only-if-success: true - junit: results: '**/target/surefire-reports/*.xml' + - warnings: + console-log-parsers: + - 'Maven' + total-thresholds: + unstable: + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - workspace-cleanup - email-ext: recipients: alex@voxpopuli.im @@ -148,6 +157,15 @@ only-if-success: true - junit: results: '**/target/surefire-reports/*.xml' + - warnings: + console-log-parsers: + - 'Maven' + total-thresholds: + unstable: + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - workspace-cleanup - email-ext: recipients: alex@voxpopuli.im @@ -202,6 +220,15 @@ only-if-success: true - junit: results: '**/target/surefire-reports/*.xml' + - warnings: + console-log-parsers: + - 'Maven' + total-thresholds: + unstable: + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - workspace-cleanup - email-ext: recipients: alex@voxpopuli.im -- 2.34.1