templates.plan.viewSauceOnDemandBuildResult.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
Sauce Results
[#if jobInformation?exists ]
The following Sauce Jobs were executed as part of this build:
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_BAMBOO_BUILDNUMBER environment variable
to the
selenium context, eg.
String bambooData = System.getenv("SAUCE_BAMBOO_BUILDNUMBER");
this.selenium.setContext(bambooData);
[/#if]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy