Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 921 Bytes

File metadata and controls

36 lines (26 loc) · 921 Bytes

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

Documentation and examples:

https://github.com/LD250/jenkins-cli-python

Installation:

Please check the documentation for installation options

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
configxml:Get the xml of job configuration
console:Show console for the build
builds:Show builds for the job
changes:Show build's changes