Question #284226 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284226

Octo posted a new comment:
(2) I believe he meant you create a task in MS Windows Task Scheduler to
run your batch script.

You can do so either 
- from Windows GUI
- or via the command line with schtasks create 
https://msdn.microsoft.com/en-us/library/windows/desktop/bb736357(v=vs.85).aspx

(3)Then in jenkins you trigger that task by adding a "Execute windows batch 
command" step in your build
in which you run the command:
schtask /run /tn sampleschedule

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to