/jenkinslint-jobdsl

Static analysis tool for JobDSL source code

Primary LanguageGroovy

JenkinsLint

JenkinsLint is a static analysis tool for Job DSL source code, enabling monitoring and enforcement of many coding standards and best practices. JenkinsLint applies a set of predefined Rules that are applied to each Job DSL groovy file, and generates an HTML or XML report of the results, including a list of rules violated for each source file, and a count of the number of violations per package and for the whole project.

JenkinsLint is similar to CodeNarc.

DEPENDENCIES

JenkinsLint requires

AVAILABLE FROM MAVEN CENTRAL REPOSITORY

TODO

  • remove generated stdout from the command line
  • verbose output flag
  • reports
  • ant support
  • gradle support