I had the same problem a month ago and it got solved with an mvn clean :-) if that does not work you could share the code if possible so it would be easier to help.
Emanuele On Mar 5, 2014 8:23 PM, "Brian Sayatovic" <[email protected]> wrote: > I'm trying to make a new build-step (for some custom pre-build versioning > needs), but my new builder isn't appearing in the list of available build > steps. I've written an SCM plugin before, but a Builder is a new > experience for me. > > I started from the HelloWorld Builder plugin sample, and my descriptor's > isApplicable method is hard-coded to return true (for now). I'm running > with the "hpi:run" Maven goal. My Builder doesn''t appear in the > Build-step drop down, yet my plugin shows as being installed and the log > shows no errors. I've scoured the web and even compared to some other > plugins from the wild, but I can't understand why my plugin is seemingly > defunct. > > What diagnostic steps can I perform to figure this out? > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
