Mark failed if anything is found

This commit is contained in:
William Giokas 2018-07-09 09:04:46 -06:00
parent 6749a6bf19
commit 9fe7199af5
No known key found for this signature in database
GPG key ID: 690206D873CD09CF

View file

@ -44,7 +44,7 @@ pipeline {
parserName: 'PyLint',
pattern: 'pylint-report*.xml'
]],
unstableTotalAll: '999',
failedTotalAll: '1',
usePreviousBuildAsReference: true
])
cleanWs()