CSSLint with Jenkins

511 views Asked by At

I'm trying to use CSSLint with Jenkins Continious Integration using MSBuild. I didn't found a plugin to install on Jenkins.

Does anyone knows how I can find a plugin that has the same functionality as CSSLint which can be installed with Jenkins?

1

There are 1 answers

0
mainframer On

I believe you are looking for Violation plugin. The latest versions of the Violations Plugin allow you to report output using:

  • CSS Lint output --format=lint-xml and csslint violations configuration OR
  • CSS Lint output --format=checkstyle-xml and checkstyle violations configuration enter image description here