mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-11 23:00:19 +01:00
Merge with default
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user