How does Jenkins integrate with Selenium?

How does Jenkins integrate with Selenium?

Jenkin is Open Source CI tool.The Jenkins server allows you to schedule your Selenium tests to run at specific times, automatically save the test results and test execution history, and to run your tests in a parallelized manner. Jenkins supports Maven for building and Testing a project in continuous integration. You can save the execution history and Test Reports.

Read here to know how to configure Jenkin for Selenium Projects