Author: Jasbir Singh

  • Continuous Integration: Using Jenkins CI with GitHub repository

    This blogpost talks about installing GitHub plugin on jenkins server, configuring GitHub repository on jenkins and creating service hooks on GitHub which will trigger build process as soon as someone’s commit new code to GitHub repository. INSTALL and CONFIGURE GITHUB PLUGIN ON JENKINS To install GitHub plugin, navigate to your Jenkins Dashboard, click on “Manage…

  • Jenkins: Getting Started Part-2

    Getting Started With Jenkins After you have installed Jenkins, now, let’s walk through the Jenkins user interface. On the left side of the page, you’ll notice the navigation menus, e.g. New Item, People, Build History, Manage Jenkins and Credentials. There are also the Build Queue and Build Executor Status panes. Managing Jenkins Credentials Initially, Jenkins is completely insecure. Let’s configure its Global Security from the Manage Jenkins sidebar…