Merge pull request #48381 from rallytime/bp-48330

Back-port #48330 to 2017.7
This commit is contained in:
Daniel Wallace 2018-06-29 14:43:45 -05:00 committed by GitHub
commit 9519f640e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',