I long ago developed a custom SCM plugin for SCM server, SourceGear Vault. It had been working fine for years, with little tweaks here and there.
Recently, I tried to make another tweak but found it so far out of line with Maven, Jenkins, etc. dependencies that I had to up a lot of the dependencies. But it built and deployed just fine and my jobs still build as before. However, the jobs' configurations no longer show my SCM details. Furthermore, the global Jenkins configuration no longer includes the configuration section for my plugin. The logs don't show any errors related to my plugin. Existing jobs that still have their SCM element for my plugin build just fine, but re-saving a job's configuration resets them to NullSCM. I'm struggling to understand what is broken, or even how to diagnose. I recently tried debugging the plugin through hpi:run out of eclipse, but my breakpoints in my SCM plugin don't even get hit. Any ideas on what's wrong, or how to better diagnose? -- 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.
