mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add warnings plugin to replace violations
This plugin has no violations. There is **NO DOCUMENTATION** for this entire plugin. And I still don't entirely understand how this being the name of a step makes it work.
This commit is contained in:
parent
14db0aa35d
commit
6857bedcc2
1 changed files with 10 additions and 0 deletions
10
.ci/lint
10
.ci/lint
|
@ -39,6 +39,16 @@ pipeline {
|
|||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
step([$class: 'WarningsPublisher',
|
||||
parserConfigurations: [[
|
||||
parserName: 'PyLint',
|
||||
pattern: 'pylint-report*.xml'
|
||||
]],
|
||||
unstableTotalAll: '999',
|
||||
usePreviousBuildAsReference: true
|
||||
])
|
||||
}
|
||||
success {
|
||||
githubNotify credentialsId: 'test-jenkins-credentials',
|
||||
description: 'The lint job has passed',
|
||||
|
|
Loading…
Add table
Reference in a new issue