On Thu, Jul 2, 2015 at 11:40 AM, Gregory Symons <[email protected]> wrote: > I'm currently working on updating the analysis suite plugins to work with > the workflow plugin
I hope you are coördinating with @amuniz who is also working on this? https://github.com/jenkinsci/analysis-core-plugin/pull/31 > when you generate the groovy code, instead of a usable build step, you get > something like this: > step <object of type hudson.plugins.checkstyle.CheckStylePublisher> Generally this means something is written badly in how the `Describable` is configured in Jelly vs. `Descriptor.newInstance` vs. `@DataBoundConstructor`/`@DataBoundSetter`. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr18_zWUV%2BNptRg8c2htiAq92w%2Bsvf8_p%2Bj9HzaTe_Meig%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
