50f7b49f64
Change-Id: I947f85cb8ce85bf44b695fc45b8d56b4bee852a1
21 lines
705 B
XML
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>
|