Fail gracefully when plugins are not implemented
gilesw opened this issue · 3 comments
gilesw commented
version 1.0.3 still printed out some of the job when plugins were not implemented but 1.0.4 now fails to print out anything.
ktdreyer commented
Would you please provide an example XML file that demonstrates this problem?
epikurus commented
Same here, fails with some plugins. Here's the affected section of XML
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition plugin="git-parameter@0.4.0">
<name>ref</name>
<description>Git branch/tag/ref to checkout. Must be origin/branch_name" for branches or "tags/tag_name" for tags</description>
<uuid>8522c284-502e-4ece-8af3-b779cac20c43</uuid>
<type>PT_BRANCH_TAG</type>
<branch></branch>
<tagFilter>*</tagFilter>
<sortMode>NONE</sortMode>
<defaultValue>origin/develop</defaultValue>
</net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition>
jjwrecker fails with:
NotImplementedError: net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition
ktdreyer commented
Is this working ok for you now, and we can close this issue?