|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I just tried this plugin for the first time on 1.541
I get a "similar" but not the same error. I didn't want to creat a new Jira as it seems it may be similar.
Actions taken were...
-install plugin
-restart server
-during server startup, the following occurs...
Installing chromedriver to /var/lib/jenkins/tools/chromedriver
ERROR: Failed to install chromedriver
ha:(long string removed for clarity)=java.io.IOException: No installation data is downloaded from chromedriver yet
at org.jenkinsci.plugins.chromedriver.DownloadableImpl.select(DownloadableImpl.java:74)
at org.jenkinsci.plugins.chromedriver.DownloadableImpl.resolve(DownloadableImpl.java:35)
at org.jenkinsci.plugins.chromedriver.ComputerListenerImpl.process(ComputerListenerImpl.java:43)
at org.jenkinsci.plugins.chromedriver.ComputerListenerImpl.onOnline(ComputerListenerImpl.java:29)
at jenkins.model.Jenkins.<init>(Jenkins.java:849)
at hudson.model.Hudson.<init>(Hudson.java:82)
at hudson.model.Hudson.<init>(Hudson.java:78)
at hudson.WebAppMain$3.run(WebAppMain.java:222)