chef-boneyard / delivery-truck

DEPRECATED: Delivery build cb for pipelines
Apache License 2.0
36 stars 52 forks source link

adding wildcard pre-fix to push-jobs #15

Closed mjohno closed 8 years ago

mjohno commented 8 years ago

The deploy recipe will not trigger a deployment against our nodes unless they have the push-jobs recipe. If we cannot use the default push-jobs recipe to manage the push-jobs service (due to organisational requirements) we need to create a wrapper cookbook to enable some customisation. This wrapper cookbook would have a prefix in its name.

Adding this wildcard would enable delivery-truck to trigger deployments using a custom push-jobs without us having to build a custom delivery-truck pipeline as well.

afiune commented 8 years ago

This PR was merged in favor of this CR in Delivery: https://github.com/chef-cookbooks/delivery-truck/commit/d4ef22c774d8690092acb91e660592a1f540015b

afiune commented 8 years ago

Particulary with https://github.com/chef-cookbooks/delivery-truck/commit/d63df4b92a7b4b487f74f78447ce5c322a7277c4

Thank you so much for your feedback and code!

mjohno commented 8 years ago

Great feature @afiune. Will be using it!