Setting up a GitHub webhook in Jenkins
- Install Plugin
- Within the Dashboard, select Manage Jenkins on the left.
- On the Configuration page, select Manage Plugins.
- Manage Plugins page will give you a tabbed interface. Click Available to view all the Jenkins plugins that can be installed.
- Using the search box, search for gitlab plugin. There are multiple Docker plugins, select plugin using the checkbox.





Building Docker Images using Jenkins
- Install Plugin
- Within the Dashboard, select Manage Jenkins on the left.
- On the Configuration page, select Manage Plugins.
- Manage Plugins page will give you a tabbed interface. Click Available to view all the Jenkins plugins that can be installed.
- Using the search box, search for Docker plugin. There are multiple Docker plugins, select Docker plugin using the checkbox.
- While on this page, install the Git plugin for obtaining the source code from a Git repository.
- Click Install without Restart at the bottom.
- The plugins will now be downloaded and installed. Once complete, click the link Go back to the top page.
- Your Jenkins server can now be configured to build Docker Images.





