|
||||||||
|
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.

I had the same issue, but not just with "Windows 2003". The same happens with "Windows 2008", "Windows 2012" and "Windows 2012 R2". The only platforms that I can use are those listed in the file below. But none of these are listed on the Sauce onDemand plugin.
https://github.com/SeleniumHQ/selenium/blob/master/java/client/src/org/openqa/selenium/Platform.java
I use the environment variable "SELENIUM_PLATFORM", but if I look into the "SAUCE_ONDEMAND_BROWSERS", the platform is ok.
For example:
SELENIUM_PLATFORM=Windows 2003
SAUCE_ONDEMAND_BROWSERS=[{"os":"Windows 2003","platform":"XP",...}]
Why the "SELENIUM_PLATFORM" value is not the same as in "SAUCE_ONDEMAND_BROWSERS"?
Sorry for my bad English.