0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Jenkins is able to deploy artifacts onto newly provisioned host by Foreman
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

#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.