Merge with default

This commit is contained in:
René Pfeuffer
2020-02-26 17:36:56 +01:00

3
Jenkinsfile vendored
View File

@@ -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)
}
}