sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43653
Re: [Question #656852]: run sikuli with jenkins and git
Question #656852 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/656852
masuo proposed the following answer:
There is a script named "xyz.sikuli" in "C:\Script".
[prepare batch file]
Create a batch file named "xyz.bat" to run the script from command line.
C:\SikuliX\runsikulix.cmd -r C:\Script\xyz.sikuli
[task scheduler setting]
Register "xyz.bat" as the task named "abc".
[Jenkins setteing]
Register the schtasks command as the build procedure.
schtasks /run /tn abc
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.