a7c0635271
Allow defining of a build selector build parameter to be used by the copyartifact plugin. Change-Id: Iac3a3812354c514936ba89ca04dbd7f9ad193073
15 lines
577 B
XML
15 lines
577 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<hudson.model.ParametersDefinitionProperty>
|
|
<parameterDefinitions>
|
|
<hudson.plugins.copyartifact.BuildSelectorParameter>
|
|
<name>BUILD_SELECTOR</name>
|
|
<description>Which build from upstream to copy artifacts from</description>
|
|
<defaultSelector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
|
|
</hudson.plugins.copyartifact.BuildSelectorParameter>
|
|
</parameterDefinitions>
|
|
</hudson.model.ParametersDefinitionProperty>
|
|
</properties>
|
|
</project>
|