I have few Selenium Java Projects that I wanted to run through Jenkins on a specific time.
I run Jenkins from a remote desktop machine and I start it using command prompt for creating a project / build using
java -jar jenkins.war
and access Jenkins using localhost.
If I wanted to run my projects every day at 6 AM,
- Should I have my Virtual Machine where my Jenkins is residing on?
- Should Jenkins be running all the time?
- Will Jenkins automatically run the build even if it is not running on the Virtual Machine if I make the Build selecting "Run Periodically"?
Please suggest me possible solutions.