← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #284226]: Sikulix, Jenkins, subsequent actions might not work as expected

 

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

    Status: Open => Answered

masuo proposed the following answer:
I do not know the fundamental solution, there is a workaround to use the Task Scheduler.
I could run Sikuli script from the Jenkins via the Task Scheduler.

[example:]
(1)create samplebatch.bat
C:\SikuliX\runsikuli.cmd -r C:\SikuliScript\sample.sikuli

(2)regist samplebatch.bat as sampleschedule to the Task Scheduler .

(3)regist sampleschedule as samplejob at build section of the Jenkins.
schtask /run /tn sampleschedule

And run samplejob on Jenkins.

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