-
Task
-
Resolution: Unresolved
-
Major
-
None
Hello, I have 2 jobs that run on a Jenkins slave -
- AutoIT
- MoveMouse
The first job has to run 4 times a day (eg. 8 AM, 12 PM, 6 PM, 9 PM) MouseMove is a script that runs on the slave machine to keep it alive and prevent it from locking. MouseMove has to run continuously between these 4 jobs every 10 mins.
Also I have to make sure that both the jobs never overlap each other i.e. MoveMouse should run every 10 mins between two runs of AutoIT. I have downloaded Multi Job Plugin and also created a multi job but I am not sure how can I achieve the above requirement. Any thoughts?
Can this be achieved by writing a groovy code?