Re: How do I incorporate CHEF into my build and deployment process

2015-02-03 Thread Timur Batyrshin
Hi Eric, You need to understand first what exactly you want to be run and at which point. >From the quick glance it could be running Chef on already provisioned server (use SSH to do that when you need it) or creating a new server in the cloud for running tests etc on it. (It's likely there are

How do I incorporate CHEF into my build and deployment process

2015-01-27 Thread Eric Wood
Currently I am deploying application code to our target environments using the Build Pipeline plugin.  It is a visualization tool for managing a chain of upstream and downstream jenkins jobs.  We want to incorporate chef scripts into our deployment process for setting up the initial servers and