On Wed, Oct 10, 2018 at 8:57 AM Nikhil Bhoski <nikhil.bho...@gmail.com> wrote:
> i have plugin with proper UI elements which will be invoked through build 
> step for all project types including freestyle/Matrix etc . i have intention 
> of supporting it to pipeline as well but its in future . currently my 
> intention is not to support pipeline

Are you overriding

https://javadoc.jenkins.io/hudson/tasks/BuildStepDescriptor.html#isApplicable-java.lang.Class-

? (This is not used by Pipeline, but you can effectively decline to
support Pipeline merely by not implementing `SimpleBuildStep`.)

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr19i3GZz73dBxux4xH7TM_KAz6WC4uAhfjCADYDq0yU6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to