A Python API for accessing resources on a Jenkins continuous-integration server.
Project description
About this library
Jenkins is the market leading continuous integration system, originally created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use by providing an easy to use conventional python interface.
Jenkins (and It’s predecessor Hudson) are useful projects for automating common development tasks (e.g. unit-testing, production batches) - but they are somewhat Java-centric. Thankfully the designers have provided an excellent and complete REST interface. This library wraps up that interface as more conventional python objects in order to make most Jenkins oriented tasks simpler.
This library can help you:
Query the test-results of a completed build
Get a objects representing the latest builds of a job
Search for artefacts by simple criteria
Block until jobs are complete
Install artefacts to custom-specified directory structures
username/password auth support for jenkins instances with auth turned on
Ability to search for builds by subversion revision
Ability to add/remove/query jenkins slaves
Important Links
Project source code: github: https://github.com/salimfadhley/jenkinsapi
Project documentation: http://packages.python.org/jenkinsapi/
Releases: http://pypi.python.org/pypi/jenkinsapi
Installation
Egg-files for this project are hosted on PyPi. Most Python users should be able to use pip or distribute to automatically install this project.
Most users can do the following:
easy_install jenkinsapi
If you’d like to install in multi-version mode:
easy_install -m jenkinsapi
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jenkinsapi-0.1.9.tar.gz
.
File metadata
- Download URL: jenkinsapi-0.1.9.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ec14d3485d97c96ce185ea4faf03a98a016fc6550d52f4dc35d140984094bd9 |
|
MD5 | f34ae870a4c38b1c59fd29b611951a25 |
|
BLAKE2b-256 | c8511cb8014747ea3b368ea8accf681efd84c56b18f50e64cf851af111f65ca2 |
File details
Details for the file jenkinsapi-0.1.9-py2.7.egg
.
File metadata
- Download URL: jenkinsapi-0.1.9-py2.7.egg
- Upload date:
- Size: 57.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af7976050db85715831724ef57c44fa161df74116cdbc232a8f493ca35c81eaf |
|
MD5 | c14a211ae4017ba1f2b9fecea063fae1 |
|
BLAKE2b-256 | eb8aa31124280a23174245c4d53d4b14e8d329ef1bd17a41ce969bcfd070b5b6 |