|
||||||||
|
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.

I wonder how you where able to add the Artifact Deployer Step to any of the conditional buildsteps?
The relevant class 'org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerBuilder' does not provide a DataBoundConstructor, but uses the "old" way of creating an instance with a method called 'newInstance()' of its descriptor.
The conditional-buildstep plugin checks for the availability of the DataBoundConstructor and only adds the buildsteps to its dropdown which provide it.
So in short I don't understand how you where able to create this config in the UI...
Which versions of plugins and core you using?