What is the version number of your git-client-plugin and your git-plugin? The class not found exception has (in some other cases) pointed to a possibly outdated dependency in a plugin.
On Mon, Dec 1, 2014 at 3:03 PM, Surya Gaddipati <[email protected]> wrote: > Workflow: Aggregator > Failure - > > java.io.IOException: Failed to dynamically deploy this plugin > at > hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1317) > at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1116) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:104) > at java.lang.Thread.run(Thread.java:745) > Caused by: java.io.IOException: Failed to install workflow-aggregator plugin > at hudson.PluginManager.dynamicLoad(PluginManager.java:470) > at > hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1313) > ... 5 more > Caused by: java.io.IOException: Dependency workflow-cps-global-lib (1.0) > doesn't exist > at > hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:480) > at hudson.PluginManager.dynamicLoad(PluginManager.java:460) > ... 6 more > > -- > 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/7369395f-ee77-422b-88d4-6cd9c0bc0b99%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/7369395f-ee77-422b-88d4-6cd9c0bc0b99%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- 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/CAO49JtFhcxUyc%3DnKVwatWtSo%3DSLfNNgF-scgK9sR-1Cj2MRXJA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
