jenkins-job-linter

Perform linting checks against a directory of Jenkins job XML


Keywords
jenkins, jenkins-job-builder, jenkins-job-linter, jenkins-job-xml
License
Apache-2.0
Install
pip install jenkins-job-linter==0.9.0

Documentation

jenkins-job-linter

Build Status codecov Snap Status Requirements Status Documentation Status Code Climate

Perform linting checks against Jenkins Job Builder XML

Getting Started

virtualenv -p $(which python3) jjl
. ./jjl/bin/activate
pip install jenkins-job-linter
jenkins-jobs lint path/to/my/job/builder/definitions

Documentation

See http://jenkins-job-linter.readthedocs.io/en/latest/ for the latest documentation.