-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: Windows XP
Vmware plugin generates error when starting vmware instance.
FATAL: The plugin 'hudson.plugins.vmware.VMwareActivationWrapper' still uses
deprecated setUp(Build,Launcher,BuildListener) method. Update the plugin to use
setUp(AbstractBuild, Launcher, BuildListener) instead.
java.lang.AssertionError: The
plugin 'hudson.plugins.vmware.VMwareActivationWrapper' still uses deprecated
setUp(Build,Launcher,BuildListener) method. Update the plugin to use setUp
(AbstractBuild, Launcher, BuildListener) instead.
at hudson.tasks.BuildWrapper.setUp(BuildWrapper.java:126)
at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun
(MavenModuleSetBuild.java:303)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:240)
at hudson.model.Run.run(Run.java:793)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:205)
at hudson.model.ResourceController.execute(ResourceController.java:70)
at hudson.model.Executor.run(Executor.java:88)
- duplicates
-
JENKINS-1747 FATAL - VMWare plugin uses deprecated setUp(Build,Launcher,BuildListener) method
- Open