How to enable "recordIssues tool: pyLint"

43 views
Skip to first unread message

tOmMy Lau

unread,
Oct 24, 2019, 9:18:30 AM10/24/19
to Jenkins Users
Hi,
I'm a new fish on Jenkins, I saw one of this pipeline code
recordIssues tool: pyLint(pattern: '.test_reports/pylint.out'), enabledForFailure: true

I found it's interesting and added into my Jenkinsfile, however, when my job runs at this line, it throws error as below:
java.lang.NoSuchMethodError: No such DSL method 'pyLint' found among steps
......


So, my question is: is there any plugins need to be installed? I searched plugins but not find pyLint plugin.

Thanks.
tOmMy

Ullrich Hafner

unread,
Oct 24, 2019, 9:35:25 AM10/24/19
to Jenkins Users
You need to install the warnings-ng plugin: https://github.com/jenkinsci/warnings-ng-plugin

For more details please ask in our Gitter channel: https://gitter.im/jenkinsci/warnings-plugin

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c3a1504d-f597-4037-a3e9-bd9539acabc2%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages