You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jenkins-job-builder/tests/parameters/fixtures/random-string-param001.xml

15 lines
609 B

<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<hudson.plugins.random__string__parameter.RandomStringParameterDefinition>
<name>job-string</name>
<description>A random string passed to the job</description>
<failedValidationMessage>Your input string is invalid</failedValidationMessage>
</hudson.plugins.random__string__parameter.RandomStringParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
</project>