/jenkins-xmlrpc-plugin

The purpose of this open source project is to add an XML-RPC API to Jenkins CI. Jenkins currently supports three types of Remote APIs, which are xml, json and python. The APIs are REST-like according to Jenkins documentations. The purpose of this Jenkins plugin is to offer additional API, which isn't REST-like. XML-RPC is well known and has wide support from different programming languages. This plugin contains two example clients. One written with Java and the other written with Python to offer easy start for programmers. XML-RPC API is implemented as a jenkins plugin.

Primary LanguageJava

Stargazers