Importantly, we need to create a Jenkins item job. Follow the given steps:
- Click on New Item and write any item name. Click on Freestyle project and press OK:

- In the next step, you need to provide your GIT project URL. Under Source Code Management, we should select Git|Repository URL, along with its credentials, as follows:

- We can trigger Build periodically based on our schedule. In our case, it will be running every night at 12:01:26:
- Click on the Save button and try to run the job. We can also configure ...