sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43958
Re: [Question #284226]: Sikulix, Jenkins, subsequent actions might not work as expected
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.