On Mon, Feb 9, 2015 at 2:13 AM, Per Arnold Blaasmo <[email protected]> wrote: > can you elaborate some more on the problems with the design of > the SCM interface that gives the problems with the multiple-scm plugin?
It was not originally designed with proxying as a use case, so doing so means resorting to tricks. Some SCM implementations assume that they can freely cast provided parameters to their own types, and/or that AbstractProject.getSCM() == this. -- 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/CANfRfr01hf9NdETxgb275_y3uJKD1xqWUakEWM25wB2M051U%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
