diff --git a/Jenkinsfile b/Jenkinsfile index fdd690a90b..e839638351 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,5 +40,8 @@ node() { // No specific label // 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(defaultEmailRecipients) }