Metadata-Version: 1.1
Name: jenkins-cli
Version: 0.1.1
Summary: Commandline interface for Jenkins
Home-page: https://github.com/LD250/jenkins-cli-python
Author: Denys Levchenko
Author-email: denis.levtchenko@gmail.com
License: http://opensource.org/licenses/MIT
Description: Jenkins command line interface
        ==============================
        **Based on**
        
        python-jenkins: https://github.com/openstack/python-jenkins
        
        **Tested on**
        
        Jenkins ver: 1.565, 1.655
        
        Python ver: 2.7, 3.4, 3.5
        
        Commands overview:
        ------------------
        :jobs:                Show all jobs and their statuses
        :queue:               Show builds queue
        :building:            Build executor status
        :start:               Start job
        :info:                Job info
        :setbranch:           Set VCS branch (Mercurial or Git)
        :stop:                Stop job
        :console:             Show console for the build
        :builds:              Show builds for the job
        :changes:             Show build's changes
        
        Documentation and examples:
        https://github.com/LD250/jenkins-cli-python
        
        
Keywords: jenkins,commandline,cli
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
