1
|
#abcde#
|
2
|
|
3
|
This project should provide support for Jenkins builds triggered from within Foreman. This plugin is currently under development.
|
4
|
|
5
|
##Installation##
|
6
|
|
7
|
Not gemified yet, can be used from source.
|
8
|
|
9
|
```
|
10
|
#foreman/bundler.d/*.local.rb
|
11
|
gemspec :path => 'path/to/this/plugin'
|
12
|
```
|
13
|
then
|
14
|
```
|
15
|
rake db:migrate
|
16
|
bundle install
|
17
|
```
|
18
|
|
19
|
##Dependencies##
|
20
|
|
21
|
* [Katello](https://github.com/Katello/katello)
|
22
|
* [Foreman](https://github.com/theforeman/foreman)
|
23
|
* [Bastion](https://github.com/Katello/bastion), 0.1.13
|
24
|
* [Staypuft](https://github.com/theforeman/staypuft), this dependency will be probably removed in the future as soon as 2 dyflow action clases are moved into foreman-tasks
|
25
|
* [Jenkins API client](https://github.com/arangamani/jenkins_api_client), 0.14.1
|
26
|
|
27
|
##Usage##
|
28
|
|
29
|
See [wiki](https://github.com/xprazak2/abcde/wiki/Implemented-Features).
|