I get this error when I run my cucumber tests:
\"*Unable to either launch or connect to Chrome. Please check that ChromeDriver is up-to-date. Using Chrome binary
Finally I found the answer:
if you want to run GUI tests on Jenkins CI running on Windows do not configure it as a windows service instead run it from the command prompt or set it up as a scheduled task to run on windows logon using the command “java -jar jenkins.war”
taken from this article