Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: selenium-plugin
-
Labels:None
-
Similar Issues:
Description
When trying to add a browser in the grid config I get:
Caused by: org.apache.commons.jelly.JellyTagException: file:/var/lib/jenkins/plugins/selenium/WEB-INF/classes/hudson/plugins/selenium/configuration/browser/webdriver/ChromeBrowser/config.jelly:2:104: <st:include> No page found '../../AbstractSeleniumBrowser/config.jelly' for class hudson.plugins.selenium.configuration.global.SeleniumGlobalConfiguration
Problem seems to be that is uses SeleniumGlobalConfiguration as the working directory, from which this relative path is indeed wrong.
Looking at the git log it seems this was fixed about two months ago, but there is no new release available.