Download von README (README ( externer Link: SourceForge.net): 485 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf README ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
485 Bytes
MD5
9c15afeb019975177fc927e3e4c90fb9

Projektbeschreibung

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.