
In this article we
will see how we can configure Jenkins with Github. Our goal is to make Jenkins
pull code from the Github repository and build that code locally.
1) The basic steps
are to configure the Github with a repository and push some code. Use the
articles from the Git.
2) Once the code is
pushed to the Github, we need to...