Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/build-change-trigger-plugin
https://github.com/drnic/build-change-trigger-plugin
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drnic/build-change-trigger-plugin
- Owner: drnic
- Created: 2013-04-19T16:11:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-22T15:58:03.000Z (over 11 years ago)
- Last Synced: 2023-04-10T17:09:40.800Z (over 1 year ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# build-change-trigger plugin for Jenkins
TODO: Purpose and awesomeness when finished.
## Development
For development and to see this plugin in a test Jenkins server:
```
$ bundle install
$ jpi server
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request