|
||||||||
|
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/d/optout.

Code changed in jenkins
User: Oleksandr Kulychok
Path:
src/main/java/hudson/plugins/selenium/PluginImpl.java
src/main/java/hudson/plugins/selenium/configuration/global/hostname/JenkinsRootHostnameResolver.java
src/main/java/hudson/plugins/selenium/configuration/global/hostname/StaticHostnameResolver.java
src/main/resources/hudson/plugins/selenium/PluginImpl/config.jelly
src/main/resources/hudson/plugins/selenium/PluginImpl/help-browserTimeout.html
src/main/resources/hudson/plugins/selenium/PluginImpl/help-newSessionWaitTimeout.html
src/main/resources/hudson/plugins/selenium/PluginImpl/help-rcLog.html
src/main/resources/hudson/plugins/selenium/PluginImpl/help-rcLog_ja.html
src/main/resources/hudson/plugins/selenium/PluginImpl/help-timeout.html
http://jenkins-ci.org/commit/selenium-plugin/76f88f59284d97d5edacca36ddaa8282404b76db
Log:
1. Fix https://issues.jenkins-ci.org/browse/JENKINS-23348 - selenium configuration under jenkins 'manager jenkins' is not saved.
2. Remove deprecated and unused parameters from Configure System page: -rcDebug, -rcLog
3. Add parameter -browserTimeout
4. Set correct description for parameter -timeout (it was changed since selenium v2.21)
5. Remove code which terminates starting selenium node in #startSeleniumNode() in case getHostName() returns null. Reason: node hostname can be manually configured on node in case it is non-discoverable from master. In such case node will successfully starts.