Issue Type: Bug Bug
Affects Versions: current
Assignee: Gesh Markov
Components: maven-metadata-plugin
Created: 10/Feb/14 3:53 PM
Description:

CLI parameter submission is not support for this plugin. When invoking jenkins-cli build on a specific job that use "maven metadata plugin":
java -jar jenkins-cli.jar -s http://myjenkins.test.com/ build refresh-setup2-5-install-version -p STATIC_ROLLOUT=1.0.26

I get the following error:
CLI parameter submission is not supported for the class eu.markov.jenkins.plugin.mvnmeta.MavenMetadataParameterDefinition type. Please file a bug report for this

Here is a sample of the config.xml (Changed some namespace for anonymous reason):
<eu.markov.jenkins.plugin.mvnmeta.MavenMetadataParameterDefinition plugin="[email protected]">
<name>STATIC_ROLLOUT</name>
<description></description>
<repoBaseUrl>http://nexus.xxxxx.com/content/repositories/xxxxx-repository</repoBaseUrl>
<groupId>com.xxxxx.xxxxx.operating</groupId>
<artifactId>xxxxx-xxxxx-rollout</artifactId>
<packaging></packaging>
<defaultValue></defaultValue>
<versionFilter></versionFilter>
<sortOrder>DESC</sortOrder>
<maxVersions>10</maxVersions>
</eu.markov.jenkins.plugin.mvnmeta.MavenMetadataParameterDefinition>

Project: Jenkins
Priority: Major Major
Reporter: Pierre Hanselmann
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to