jenkins-job-builder/tests/parameters/fixtures/copyartifact-build-selector001.xml
Darragh Bailey a7c0635271 Support copyartifact build selector param
Allow defining of a build selector build parameter to be used by the
copyartifact plugin.

Change-Id: Iac3a3812354c514936ba89ca04dbd7f9ad193073
2015-09-17 23:14:17 +01:00

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>