steps to integrate chef with jenkins - jenkins

As I am new to chef with Jenkins, please let me know what are the steps to integrate Jenkins with Chef. I have installed "chef tracking plugin" and "Deployment Notification Plugin". And I don't know further steps. Chef client resides in remote (Linux OS) and jenkins in local (Windows 7).
I have gone through this link.
But found nothing. Any Help would be appreciated.

Related

how to install Java package on a remote windows machine using jenkins?

I need to connect my Jenkins to remote server as well. I have tried with agent slave method, but not working. Any Suggestion will be appreciated.

Jenkins job - no options found under pipeline section

I have started learning Jenkins recently.
I installed docker on a server which I created on AWS server and using docker I have installed Jenkins.
I wanted to test a Hello pipeline stage by creating new item, but when I go to the pipeline tab I cant see any options like pipeline script or pipeline script from SCM . I have installed git plugin and pipeline plugin also seems to be installed successfully. I am not able to continue my study further. I will be really thankful if someone can help me here.
In reality the pipeline plugin is not just one plugin but a bunch of 6 to 8 plugins. So you may want to install all the pipeline related items in your available plugins section of Manage Jenkins. Once this is done, a reboot of Jenkins is required for the changes to take effect. Here are some of them:
https://plugins.jenkins.io/build-pipeline-plugin/
https://www.jenkins.io/doc/pipeline/steps/pipeline-build-step/
https://plugins.jenkins.io/pipeline-stage-view/

Jenkins SSH plugins issue

Could some one help me on these questions
1) I need a files to be transfered from build machine to some remote machine, IM using Jenkins to build the projects.I installed SSH plugins but it says "Cant connect to server".
Do i need to run the server on my remote machine for this ? Please let me know your thoughts.

Jenkins-Github Integration in different OS

I have a windows machine where I have installed jenkins(master). Then I installed jenkins slave in cent os which is a SSH server. There is a github repository which I have checked out in that cent os machine. Now I wanted to configure a job from the master jenkins which is in window to perform git pull operation in the cent os. How can I do this? Please help me in this.
You can use "Restrict where this project can be run" from Configure job option in jenkins
you need to provide label name.

Perforce integration with Jenkins

I am new to Perforce and Jenkins. I need to integrate perforce with Jenkins to automate the build process and build need to run based on changelist,
kindly suggest how to proceed
NOTE: Jenkins running in windows and perforce server running in Linux
Thanks,
Sampath A

Resources