[JIRA] [sauce-ondemand-plugin] (JENKINS-25756) Use latest version of selected browsers? not working with Selenium RC

2015-01-21 Thread piar...@gmail.com (JIRA)















































Ross Rowe
 resolved  JENKINS-25756 as Fixed


Use latest version of selected browsers? not working with Selenium RC
















Thanks for raising this issue and apologies for the delay in responding, this issue should now be fixed in version 1.113 of the plugin





Change By:


Ross Rowe
(21/Jan/15 9:09 AM)




Status:


InProgress
Resolved





Resolution:


Fixed



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [sauce-ondemand-plugin] (JENKINS-25756) Use latest version of selected browsers? not working with Selenium RC

2015-01-20 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25756


Use latest version of selected browsers? not working with Selenium RC















Code changed in jenkins
User: Ross Rowe
Path:
 pom.xml
 src/main/java/hudson/plugins/sauce_ondemand/PluginImpl.java
 src/main/resources/hudson/plugins/sauce_ondemand/PluginImpl/help-sauceConnectOptions.html
 src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-appiumBrowsers.html
 src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-browsers.html
 src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-options.html
 src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-seleniumBrowsers.html
 src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useLatestVersion.html
 src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useOldSauceConnect.html
 src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-verboseLogging.html
 src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-webDriverBrowsers.html
 src/test/java/hudson/plugins/sauce_ondemand/SauceBuildWrapperTest.java
 src/test/java/hudson/plugins/sauce_ondemand/TeztSimulation.java
http://jenkins-ci.org/commit/sauce-ondemand-plugin/9805b0be0880f263f90c86f23487ca7c714847b7
Log:
  Use latest ci-sauce, which includes fixes for JENKINS-25237 and JENKINS-25756.  Also included fix for JENKINS-25236, which allows common Sauce Connect options to be specified on Configure Jenkins page


Compare: https://github.com/jenkinsci/sauce-ondemand-plugin/compare/3c573e0c0311...9805b0be0880




























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [sauce-ondemand-plugin] (JENKINS-25756) Use latest version of selected browsers? not working with Selenium RC

2015-01-14 Thread piar...@gmail.com (JIRA)














































Ross Rowe
 started work on  JENKINS-25756


Use latest version of selected browsers? not working with Selenium RC
















Change By:


Ross Rowe
(15/Jan/15 3:23 AM)




Status:


Open
InProgress



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [sauce-ondemand-plugin] (JENKINS-25756) Use latest version of selected browsers? not working with Selenium RC

2015-01-14 Thread piar...@gmail.com (JIRA)















































Ross Rowe
 assigned  JENKINS-25756 to Ross Rowe



Use latest version of selected browsers? not working with Selenium RC
















Change By:


Ross Rowe
(14/Jan/15 8:12 AM)




Assignee:


KohsukeKawaguchi
RossRowe



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [sauce-ondemand-plugin] (JENKINS-25756) Use latest version of selected browsers? not working with Selenium RC

2014-11-24 Thread mj-li...@expertsystems.se (JIRA)














































Mattias Jiderhamn
 created  JENKINS-25756


Use latest version of selected browsers? not working with Selenium RC















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Components:


sauce-ondemand-plugin



Created:


24/Nov/14 12:41 PM



Description:


When selecting Selenium RC and checking "Use latest version of selected browsers?", the following NPE occurs:

java.lang.NullPointerException 
at com.saucelabs.ci.BrowserFactory.getLatestSeleniumBrowserVersion(BrowserFactory.java:267) 
at com.saucelabs.ci.BrowserFactory.seleniumBrowserForKey(BrowserFactory.java:257) 
at hudson.plugins.sauce_ondemand.SauceEnvironmentUtil.outputSeleniumRCVariables(SauceEnvironmentUtil.java:77) 
at hudson.plugins.sauce_ondemand.SauceOnDemandBuildWrapper$1.buildEnvVars(SauceOnDemandBuildWrapper.java:252) 
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:883) 
at hudson.maven.AbstractMavenBuild.getEnvironment(AbstractMavenBuild.java:56) 
at hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:167) 
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:677) 
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:518) 
at hudson.model.Run.execute(Run.java:1706) 
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) 
at hudson.model.ResourceController.execute(ResourceController.java:88) 
at hudson.model.Executor.run(Executor.java:231)




Project:


Jenkins



Priority:


Minor



Reporter:


Mattias Jiderhamn

























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.