Metadata-Version: 1.1
Name: jenkins-job-linter
Version: 0.11.0
Summary: Perform linting checks against a directory of Jenkins job XML
Home-page: https://github.com/OddBloke/jenkins-job-linter
Author: Daniel Watkins
Author-email: daniel@daniel-watkins.co.uk
License: Apache-2
Description-Content-Type: UNKNOWN
Description: # jenkins-job-linter
        
        [![Build Status](https://travis-ci.org/OddBloke/jenkins-job-linter.svg?branch=master)](https://travis-ci.org/OddBloke/jenkins-job-linter)
        [![codecov](https://codecov.io/gh/OddBloke/jenkins-job-linter/branch/master/graph/badge.svg)](https://codecov.io/gh/OddBloke/jenkins-job-linter)
        [![Snap Status](https://build.snapcraft.io/badge/OddBloke/jenkins-job-linter.svg)](https://build.snapcraft.io/user/OddBloke/jenkins-job-linter)
        [![Requirements Status](https://requires.io/github/OddBloke/jenkins-job-linter/requirements.svg?branch=master)](https://requires.io/github/OddBloke/jenkins-job-linter/requirements/?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/jenkins-job-linter/badge/?version=latest)](http://jenkins-job-linter.readthedocs.io/en/latest/?badge=latest)
        [![Code Climate](https://codeclimate.com/github/OddBloke/jenkins-job-linter/badges/gpa.svg)](https://codeclimate.com/github/OddBloke/jenkins-job-linter)
        
        Perform linting checks against Jenkins Job Builder XML
        
        ## Getting Started
        
        ```sh
        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.
        
        
Keywords: jenkins
jenkins-job-builder
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
