jenkins-job-builder/tests/parameters/fixtures/persistent-choice-param-minimal.xml
wangdonghui 50f7b49f64 Add support for Persistent Parameter
Change-Id: I947f85cb8ce85bf44b695fc45b8d56b4bee852a1
2022-02-14 16:08:53 +08:00

21 lines
705 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<com.gem.persistentparameter.PersistentChoiceParameterDefinition>
<name>project</name>
<description/>
<choices class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>nova</string>
<string>glance</string>
</a>
</choices>
<successfulOnly>false</successfulOnly>
</com.gem.persistentparameter.PersistentChoiceParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
</project>