From 5cd28f27c6a68cc7b474c91d6938b38678125de1 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 26 Feb 2020 15:14:45 +0100 Subject: [PATCH] removed deprecated warnings plugin --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8218808237..1601970586 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,9 +96,6 @@ node('docker') { // Archive Unit and integration test results, if any junit allowEmptyResults: true, testResults: '**/target/failsafe-reports/TEST-*.xml,**/target/surefire-reports/TEST-*.xml,**/target/jest-reports/TEST-*.xml' - // Find maven warnings and visualize in job - warnings consoleParsers: [[parserName: 'Maven']], canRunOnFailed: true - mailIfStatusChanged(commitAuthorEmail) } }