On Thu, Aug 20, 2015 at 5:21 AM, Vinodhini Vijay <[email protected]> wrote: > I just now upgraded Workflow plugin to 1.9 version. I could see "General > Build Wrapper".
Progress… > But the problem is, my build wrapper plugin is not listed in the Build > Wrapper drop down list. Not sure whats the issue? Not sure either. Do you have a `BuildWrapperDescriptor` registered with `@Extension`, as https://github.com/jenkinsci/workflow-plugin/blob/28c9600d1c623779b62e2e46e187671671501a21/basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/CoreWrapperStep.java#L141-L149 expects? Did you `mvn clean hpi:run`? From `/script` try println(ExtensionList.lookup(BuildWrapperDescriptor)); println(Jenkins.instance.getDescriptorByType(org.jenkinsci.plugins.workflow.steps.CoreWrapperStep.DescriptorImpl).applicableDescriptors); -- 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/CANfRfr2o6W08kVJVdn%3DWyO_W2xxhBbP4bP0%3Dkaxhfm0rf7qONw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
