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

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

The newest version!
[#if plan.buildDefinition.customConfiguration.get('custom.sauceondemand.enabled')?has_content ]
	
	[@ui.bambooInfoDisplay title='Sauce OnDemand' float=false height='80px']
            [@ww.label label='Browser' ]
            	[@ww.param name='value']${plan.buildDefinition.customConfiguration.get('custom.sauceondemand.browser')?if_exists}[/@ww.param]
            [/@ww.label]
            [@ww.label label='Max Duration' ]
            	[@ww.param name='value']${plan.buildDefinition.customConfiguration.get('custom.sauceondemand.max-duration')?if_exists}[/@ww.param]
            [/@ww.label]
            [@ww.label label='Idle Timeout' ]
            	[@ww.param name='value']${plan.buildDefinition.customConfiguration.get('custom.sauceondemand.idle-timeout')?if_exists}[/@ww.param]
            [/@ww.label]
            [@ww.label label='Starting Browser URL' ]
            	[@ww.param name='value']${plan.buildDefinition.customConfiguration.get('custom.sauceondemand.selenium.url')?if_exists}[/@ww.param]
            [/@ww.label]
    	[/@ui.bambooInfoDisplay]
[/#if]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy