This is the first time, I am using online platform to get help. So please bear with me.
I am using Jenkins Version 1.562 Multiple SCM Plugin Version Latest(0.4) GITBlit for repository.
Trying to work with multiple repositories and came across this plugin. Downloaded installed and implemented in Jenkins Job. But when trying to execute this job getting following exception
FATAL: null java.lang.AbstractMethodError at hudson.model.AbstractProject.checkout(AbstractProject.java:1251) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:513) at hudson.model.Run.execute(Run.java:1704) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:231)
Can anyone please help me in resolving this issue.