@@ -2,25 +2,20 @@ Jenkins API Client
22==================
33
44[ ![ Gem Version] ( http://img.shields.io/gem/v/jenkins_api_client.svg )] [ gem ]
5- [ ![ Build Status] ( http://img.shields.io/travis/arangamani/jenkins_api_client.svg )] [ travis ]
6- [ ![ Dependency Status] ( http://img.shields.io/gemnasium/arangamani/jenkins_api_client.svg )] [ gemnasium ]
7- [ ![ Code Climate] ( http://img.shields.io/codeclimate/github/arangamani/jenkins_api_client.svg )] [ codeclimate ]
85
96[ gem ] : https://rubygems.org/gems/jenkins_api_client
10- [ gemnasium ] : https://gemnasium.com/arangamani/jenkins_api_client
11- [ codeclimate ] : https://codeclimate.com/github/arangamani/jenkins_api_client
127
13- Copyright © ; 2012-2017, Kannan Manickam [ ![ endorse ] ( http://api.coderwall.com/arangamani/endorsecount.png )] ( http://coderwall.com/arangamani )
8+ Copyright © ; 2012-2017, Kannan Manickam
149
15- Client libraries for communicating with a Jenkins CI server and programatically managing jobs.
10+ Client libraries for communicating with a Jenkins CI server and programmatically managing jobs.
1611
1712OVERVIEW:
1813---------
1914This project is a simple API client for interacting with Jenkins Continuous
2015Integration server. Jenkins provides three kinds of remote access API.
21161 . XML API, 2. JSON API, and 3. Python API. This project aims at consuming the
2217JSON API and provides some useful functions for controlling jobs on the Jenkins
23- programatically . Even though Jenkins provides an awesome UI for controlling
18+ programmatically . Even though Jenkins provides an awesome UI for controlling
2419jobs, it would be nice and helpful to have a programmable interface so we can
2520dynamically and automatically manage jobs and other artifacts.
2621
0 commit comments