mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-06 21:29:45 +02:00
Jenkins: Find maven warnings and visualize in job
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user