How to configure continues integration of Git-->Jenkins-->ChefServer

How to configure continuous integration of GIT–>Jenkins–>Chefserver

I have an Idea of configuring the GIT to Jenkins, but can someone help me to configure Jenkins to Chef Server.

Thanks,
Cheffy

From jenkins to chef, install the chef identity plug in and then reference it when setting up your jenkins job. Make sure jenkins has at minimum chef installed, I typically install the entire chefdk. Once you have those prerequisite installed you can run regular knife commands from your jenkins job.

2 Likes

Got it, I will setup and get back provide me feedback if I still see any issues