Download of README (README ( external link: SF.net): 485 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
485 字节
MD5
9c15afeb019975177fc927e3e4c90fb9

项目描述

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.