• 27 November

    Freestyle Projects in Jenkins

    Freestyle means improvised or unrestricted. A freestyle project in Jenkins is a project that spans multiple operations. It can be a build, a script run, or even a pipeline. According to the official Jenkins wiki, a freestyle project is a typical build job or task. This could be as simple as running tests, building or […]

  • 21 July

    Jenkins tutorial

    In this tutorial, we will see about Jenkins tutorial. Before going to Jenkins, let’s first understand continuous integration. What is continuous integration? Developer commits code to the shared repository on a regular basis. As soon as the new commit is detected, a build will be automatically triggered and tested If the build is not successful, developers […]

  • 21 July

    Install Jenkins on Mac OS X

    In this tutorial, we will see how to install Jenkins on Mac OS X. Step 1:Open browser and enter URL https://jenkins.io/download Step 2:Scroll down the page until you see the Mac OS X section then click on it. This will start the download for a Mac installation package. Once the download is complete, click on […]