templates.plan.viewSauceOnDemand.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bamboo-sauceondemand-plugin Show documentation
Show all versions of bamboo-sauceondemand-plugin Show documentation
This is the Sauce OnDemand plugin for Bamboo
The newest version!
Sauce Results
[@cp.resultsSubMenu selectedTab='sauce' /]
[#if jobInformation?exists ]
Job Name
OS/Browser
Pass/Fail
Job Links
[#list jobInformation as job]
${job.jobId}
${job.getName()}
${job.getOs()} ${job.getBrowser()} ${job.getVersion()}
${job.getStatus()}
Video
-
Logs
[/#list]
[#else]
Unable to find a Sauce Job result for ${buildKey}.
Please verify that your Sauce tests are applying the value of the SAUCE_CUSTOM_DATA environment variable to the
selenium context, eg.
String bambooData = System.getProperty("SAUCE_CUSTOM_DATA");
this.selenium.setContext(bambooData);
[/#if]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy