All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.build.sodEdit.ftl Maven / Gradle / Ivy

${webResourceManager.requireResource("com.saucelabs.bamboo.bamboo-sauceondemand-plugin:sodCSS")}
${webResourceManager.requireResource("com.saucelabs.bamboo.bamboo-sauceondemand-plugin:sodJS")}
[#include "sodScript.ftl"]


[@ui.bambooSection title='  Sauce OnDemand' ]
    [#assign createMode=req.servletPath.contains('/build/admin/create/') /]

    [#if hasValidSauceConfig]
        [@ww.checkbox label='Enable Sauce OnDemand' name='custom.sauceondemand.enabled' toggle='true' description='Enables Selenium testing with Sauce OnDemand' /]

        [@ui.bambooSection dependsOn='custom.sauceondemand.enabled' showOn='true']

        
  • General Settings
  • Video & Profile
  • Environment Variables
[#include "sauceGeneralPanel.ftl"] [#include "sauceVideoPanel.ftl"] [#include "sauceVariablePanel.ftl"]
[/@ui.bambooSection] [#else]
You must configure your Sauce OnDemand account settings in the Bamboo Administration area to use this plugin.
[/#if] [/@ui.bambooSection]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy