Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arangamani/jenkins_launcher
Command line interface for performing continuous integration on Jenkins CI with Travis CI like configuration management.
https://github.com/arangamani/jenkins_launcher
Last synced: about 2 months ago
JSON representation
Command line interface for performing continuous integration on Jenkins CI with Travis CI like configuration management.
- Host: GitHub
- URL: https://github.com/arangamani/jenkins_launcher
- Owner: arangamani
- License: mit
- Created: 2013-01-12T05:04:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-17T06:28:29.000Z (over 11 years ago)
- Last Synced: 2024-10-19T10:43:23.952Z (2 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/jenkins_launcher
- Size: 285 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Jenkins Launcher
================Overview:
---------
Jenkins launcher makes use of the [jenkins_api_client](https://github.com/arangamani/jenkins_api_client) Rubygem which is an API client/wrapper written in pure Ruby and makes use of the Jenkins's JSON API. This project mainly focusses on performing continuous integration tests on a remote Jenkins CI server and all activities are achieved through a command line interface. This projects acts much like building on Travis CI, but makes use of your organization's own Jenkins server where you may have specialized configuration or you don't want to expose your results publicly.Installation:
-------------```
gem install jenkins_launcher
```Getting Started:
----------------
Please see [Wiki](http://arangamani.github.com/jenkins_launcher) to get started with up-to-date instructions.Author:
-------
Kannan ManickamCONTRIBUTING:
-------------If you would like to contribute to this project, just do the following:
1. Fork the repo on Github.
2. Add your features and make commits to your forked repo.
3. Make a pull request to this repo.
4. Review will be done and changes will be requested.
5. Once changes are done or no changes are required, pull request will be merged.
6. The next release will have your changes in it.