Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail gracefully when plugins are not implemented #10

Open
gilesw opened this issue Feb 10, 2016 · 3 comments
Open

Fail gracefully when plugins are not implemented #10

gilesw opened this issue Feb 10, 2016 · 3 comments

Comments

@gilesw
Copy link

gilesw commented Feb 10, 2016

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
Copy link
Owner

Would you please provide an example XML file that demonstrates this problem?

@epikurus
Copy link

epikurus commented Mar 7, 2016

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="[email protected]">
          <name>ref</name>
          <description>Git branch/tag/ref to checkout. Must be origin/branch_name&quot; for branches or &quot;tags/tag_name&quot; 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
Copy link
Owner

Is this working ok for you now, and we can close this issue?

erenatas pushed a commit to erenatas/jenkins-job-wrecker that referenced this issue Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants