https://github.com/toyama0919/jendle
Jenkins as code management tool.
https://github.com/toyama0919/jendle
Last synced: 2 months ago
JSON representation
Jenkins as code management tool.
- Host: GitHub
- URL: https://github.com/toyama0919/jendle
- Owner: toyama0919
- Created: 2017-05-22T08:25:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T05:58:33.000Z (almost 8 years ago)
- Last Synced: 2025-02-18T21:17:58.382Z (3 months ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jendle
[](http://travis-ci.org/toyama0919/jendle)
[](http://badge.fury.io/rb/jendle)Jenkins as code management tool.
## Setting profile
```yaml
default:
server_ip: localhoststaging:
server_ip: staging-server
username: admin
password: XXXXXXXXXXXXXproduction:
server_ip: production-server
username: admin
password: XXXXXXXXXXXXX
```## export
```
$ jendle export -p staging
```* export Jobfile, Viewfile, Pluginfile
## apply
```
$ jendle apply -p production
```## apply unit
```
$ jendle apply_plugins -p production
$ jendle apply_jobs -p production
$ jendle apply_views -p production
```## install
Add this line to your application's Gemfile:
gem 'jendle'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jendle
## Synopsis
$ jendle
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new [Pull Request](../../pull/new/master)## Information
* [Homepage](https://github.com/toyama0919/jendle)
* [Issues](https://github.com/toyama0919/jendle/issues)
* [Documentation](http://rubydoc.info/gems/jendle/frames)
* [Email](mailto:[email protected])## Copyright
Copyright (c) 2017
See [LICENSE.txt](../LICENSE.txt) for details.