sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43706
[Question #657190]: Jenkins runs batch file forever
New question #657190 on Sikuli:
https://answers.launchpad.net/sikuli/+question/657190
I received another strange behaviour, jenkins tries to run the sikuli script via the batch file. I did like masuo said, i made a batch file with this:
ECHO OFF
ECHO %time%
call "C:\Users\Monica Srdic\Desktop\sikulixTest\sikulix.jar" -r "C:\Users\Monica Srdic\Desktop\sikulixTest\stringTest.sikuli\stringTest.py"
ECHO %time%
ECHO done
PAUSE
and I wrote this command in jenkins to execute the task which contains the batch file:
test.bat
But jenkins runs infinitely, did i miss something?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.