Download of jenkins_api_client-0.0.1.gem (jenkins_api_client-0.0.1.gem ( external link: SF.net): 5,632 octetos) will begin shortly. If not so, click link on the left.

File Information

File Size
5,632 octetos
MD5
71355843ba511f35a61a4cd7e711428d

Descripción del Proyecto

This project is a simple API client for interacting with Jenkins Continuous Integration server. Jenkins provides three kinds of remote access API. 1. XML API, 2. JSON API, and 3. Python API. This project aims at consuming the JSON API and provides some useful functions for controlling jobs on the Jenkins programatically. Even though Jenkins provides an awesome UI for controlling jobs, it would be nice and helpful to have a programmable interface so we can dynamically and automatically manage jobs and other artifacts.