DevOps / Jenkins Interview questions
How to integrate Git with Jenkins?
With the help of the Git plugin Jenkins can easily pull source code from any Git repository that the Jenkins build node can access.
The GitHub plugin extends upon that integration further by providing improved bi-directional integration with GitHub. Allowing you to set up a Service Hook that will hit your Jenkins instance every time a change is pushed to GitHub.
Using the GitHub Authentication plugin it is possible to use GitHub's own authentication scheme for implementing authentication in your Jenkins instance.
More Related questions...