TE-2862 Switch to warnings-ng Jenkins plugin (#21646)

This commit is contained in:
Jeremy Bowman
2019-09-12 13:36:37 -04:00
committed by GitHub
parent 1dde3c354a
commit 636220cb14

View File

@@ -193,10 +193,7 @@ pipeline {
unstash 'quality-3-reports'
unstash 'quality-4-reports'
// Check for warnings
warnings canComputeNew: false, canResolveRelativePaths: false, canRunOnFailed: true, categoriesPattern: '',
defaultEncoding: '', excludePattern: '', healthy: '', includePattern: '', messagesPattern: '',
parserConfigurations: [[parserName: 'Pep8', pattern: 'reports/pep8/pep8.report'], [parserName: 'PyLint', pattern: 'reports/**/pylint.report']],
unHealthy: ''
recordIssues enabledForFailure: true, tools: [pep8(pattern: 'reports/pep8/pep8.report'), pyLint(pattern: 'reports/**/pylint.report')]
// Publish Quality report
publishHTML([allowMissing: true, alwaysLinkToLastBuild: false, keepAll: true,
reportDir: 'reports/metrics/',