0

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?

Horizon_Net
  • 5,959
  • 4
  • 31
  • 34
Alain
  • 1
  • 1
  • 3

1 Answers1

1

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
mainframer
  • 20,411
  • 12
  • 49
  • 68