Download of jenkins_api_client-0.1.1.gem (jenkins_api_client-0.1.1.gem ( external link: SF.net): 15,360 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
15,360 bytes
MD5
34c5be840a0d291233d2bbcadc3750e5

專案描述

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.