https://github.com/jbox-web/job-database-manager
A Ruby gem to develop Jenkins Database plugins in Ruby, easy ;)
https://github.com/jbox-web/job-database-manager
jenkins jenkins-database-plugins jenkins-jobs jenkins-plugin ruby
Last synced: 4 months ago
JSON representation
A Ruby gem to develop Jenkins Database plugins in Ruby, easy ;)
- Host: GitHub
- URL: https://github.com/jbox-web/job-database-manager
- Owner: jbox-web
- License: mit
- Created: 2015-09-09T21:48:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T00:42:10.000Z (almost 5 years ago)
- Last Synced: 2024-12-25T21:10:05.556Z (6 months ago)
- Topics: jenkins, jenkins-database-plugins, jenkins-jobs, jenkins-plugin, ruby
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
## Jenkins Job Database Manager
[](https://github.com/jbox-web/job-database-manager/blob/master/LICENSE)
[](https://github.com/jbox-web/job-database-manager/releases/latest)
[](https://travis-ci.org/jbox-web/job-database-manager)
[](https://codeclimate.com/github/jbox-web/job-database-manager)### A Ruby gem to develop Jenkins Database plugins in Ruby, easy ;)
This gem provides boilerplate code to write Jenkins Database Manager plugins such as :
* [MySQL Databases plugin](https://github.com/jbox-web/job-database-manager-mysql)
* [PostgreSQL Databases plugin](https://github.com/jbox-web/job-database-manager-postgresql)## Installation
```ruby
gem 'job-database-manager', '~> 1.0.0', git: 'https://github.com/jbox-web/job-database-manager.git', tag: '1.0.0'
```then `bundle install`.
## Contributors
A big thank to [them](https://github.com/jbox-web/job-database-manager/blob/master/AUTHORS) for their contribution!
## Contribute
You can contribute to this plugin in many ways such as :
* Helping with documentation
* Contributing code (features or bugfixes)
* Reporting a bug
* Submitting translations