https://github.com/jbox-web/jenkins-plugin-base
A Ruby gem to develop Jenkins plugins in Ruby, easy ;)
https://github.com/jbox-web/jenkins-plugin-base
jenkins jenkins-dev jenkins-plugin ruby
Last synced: about 1 month ago
JSON representation
A Ruby gem to develop Jenkins plugins in Ruby, easy ;)
- Host: GitHub
- URL: https://github.com/jbox-web/jenkins-plugin-base
- Owner: jbox-web
- License: mit
- Created: 2015-09-09T20:43:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T00:53:10.000Z (almost 5 years ago)
- Last Synced: 2024-12-25T21:10:05.341Z (6 months ago)
- Topics: jenkins, jenkins-dev, jenkins-plugin, ruby
- Language: Ruby
- Homepage:
- Size: 41 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 Plugin Base
[](https://github.com/jbox-web/jenkins-plugin-base/blob/master/LICENSE)
[](https://github.com/jbox-web/jenkins-plugin-base/releases/latest)
[](https://travis-ci.org/jbox-web/jenkins-plugin-base)
[](https://codeclimate.com/github/jbox-web/jenkins-plugin-base)### A Ruby gem to develop Jenkins plugins in Ruby, easy ;)
This gem provides boilerplate code to write Jenkins plugins.
## Installation
```ruby
gem 'jenkins-plugin-base', '~> 1.0.0', git: 'https://github.com/jbox-web/jenkins-plugin-base.git', tag: '1.0.0'
```then `bundle install`.
## 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