Jenkins Tutorial (A continuous integration tool)

On this page of Jenkins Tutorial, You can learn a continuous integration tool, Jenkins. Installation, configuration, running the builds & furthermore about Jenkins.

Jenkins Tutorial  – Jenkins, basically a Continuous Integration is the practice of running your tests on a non-developer machine automatically every time someone pushes new code into the source repository.

Use Jenkins to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build.

Jenkins is an application that monitors the executions of repeatable jobs Jenkins focuses on:
1.   Building/testing software projects continuously
2.   Monitoring executions of externally-run jobs

Let is try to understand more about Jenkins with below links –

          1. What is Continuous Integration (CI) ?
         2.  Install Jenkins – Continuous Integration Tool
         3.  Configuring Jenkins for continuous integration
         4.  Jenkin Notifications
         5.  Execute TestNG tests from Jenkins – Setup build job
         6.  Scheduling Jenkins for automatic execution.
         7.  Jenkin Reporting

How to run maven project from Jenkins (Continuous Integration Tool)

Looking for learning Framework Development from Scratch? Lookout for Detailed Framework Development videos on YouTube here -

https://www.youtube.com/automationtalks

Get the Framework code at Github Repo: https://github.com/prakashnarkhede?tab=repositories