Comments on: Format perlcritic output as TAP to integrate with Jenkins http://www.uponmyshoulder.com/blog/2012/format-perlcritic-output-as-tap-to-integrate-with-jenkins/ // TODO: insert witty tagline Wed, 14 Nov 2018 21:35:51 +0000 hourly 1 https://wordpress.org/?v=4.9.8 By: jonasbn http://www.uponmyshoulder.com/blog/2012/format-perlcritic-output-as-tap-to-integrate-with-jenkins/comment-page-1/#comment-10309 Wed, 29 Jan 2014 21:49:17 +0000 http://www.uponmyshoulder.com/blog/?p=560#comment-10309 Have you checked out the Violations plugin for Jenkins. I have only recently discovered it. It supports Perl::Critic:

https://wiki.jenkins-ci.org/display/JENKINS/Violations

I have written up a blog post on how to set it up.

http://logiclab.org/wordpress/2014/01/29/cpan-release-taskjenkins-0-05/

I actually discovered your blog, when Googling for info on how to set it up.

Take care,

jonasbn

]]>
By: Kamal http://www.uponmyshoulder.com/blog/2012/format-perlcritic-output-as-tap-to-integrate-with-jenkins/comment-page-1/#comment-4856 Sat, 13 Oct 2012 01:55:51 +0000 http://www.uponmyshoulder.com/blog/?p=560#comment-4856 Hi Jeff,
I tried to implement your solution, but i am not getting any TAP results in Jenkins, please see http://stackoverflow.com/questions/12858759/how-to-get-jenkins-display-tap-output-from-perlcritic where i explain how i setup and errors observed.
Thanks,
-Kamal.

]]>
By: Jeff Thalhammer http://www.uponmyshoulder.com/blog/2012/format-perlcritic-output-as-tap-to-integrate-with-jenkins/comment-page-1/#comment-2721 Thu, 09 Feb 2012 17:15:34 +0000 http://www.uponmyshoulder.com/blog/?p=560#comment-2721 You might also consider Test::Perl::Critic, which wraps Perl::Critic with a TAP-emitting library.

]]>