New question #656852 on Sikuli:
https://answers.launchpad.net/sikuli/+question/656852

Hi! Im new with sikulix and tried to run it with jenkins. 

That is my simple sikulix code:

a = 1
b = 5
a= a+b+b+b
print(a)
popat(500,500)
popup("michael jackson")

and i run it via jenkins per git. But whenever i do this error message pops up 
and jenkins builds infinitely: 

Started by user (...)
Building on master in workspace C:\Program Files 
(x86)\Jenkins\workspace\testing_Stuff
 > git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git.exe config remote.origin.url https://github.com/monire-flekt/sikulixTest 
 > # timeout=10
Fetching upstream changes from https://github.com/monire-flekt/sikulixTest
 > git.exe --version # timeout=10
 > git.exe fetch --tags --progress https://github.com/monire-flekt/sikulixTest 
 > +refs/heads/*:refs/remotes/origin/*
 > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 4597fee8843066f38749211bd9aea5404f7de31b 
(refs/remotes/origin/master)
Commit message: "hope"
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f 4597fee8843066f38749211bd9aea5404f7de31b
 > git.exe rev-list 8f3bf1c0525ce371715626ae3cdf2fa8390988a4 # timeout=10
[testing_Stuff] $ cmd /c call C:\WINDOWS\TEMP\jenkins8266887865302546890.bat

C:\Program Files (x86)\Jenkins\workspace\testing_Stuff>java -jar sikulix.jar -r 
stringTest.sikuli 
[error] Location: outside any screen (29346096, 0) - subsequent actions might 
not work as expected
java.awt.Rectangle[x=0,y=0,width=1024,height=768]
16
Build was aborted
(..)
Finished: ABORTED

i am searching very long for an answer about the location error but without any 
success... any help would be awesome and appreciated very much :)


-- 
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