Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

theforeman/foreman_pipeline

Repository files navigation

#Foreman Pipeline#

This project provides support for Jenkins builds triggered from within Foreman. It can supply Jenkins with an information on newly provisioned host by Foreman which makes it possible for Jenkins to deploy artifacts on the host.

##Installation##

gem install foreman_pipeline

and

#foreman/bundler.d/*.local.rb
gem 'foreman_pipeline'

or from source:

#foreman/bundler.d/*.local.rb
gemspec :path => 'path/to/this/plugin'

Then execute from Foreman's root

bundle install
rake db:migrate
rake db:seed

##Dependencies##

##Versions##

Foreman Katello Foreman Deployments Jenkins API client Foreman Pipeline
>= 1.9 >= 2.3 ~> 0.0.1 < 2.0.0 0.0.1

##Usage##

See wiki.

About

This project makes Foreman and Jenkins play together nicely. Jenkins can deploy stuff onto newly provisioned hosts by Foreman.

Resources

License

Stars

Watchers

Forks

Packages

No packages published